Skip to main content

BeLazy

The BeLazy modules enable you to monitor newly approved projects, list, retrieve, or acknowledge projects, download, or list files, and list, retrieve, or synchronize connections in your BeLazy account.

Getting Started with BeLazy

Prerequisites

  • A BeLazy account

In order to use BeLazy with Make, it is necessary to have a BeLazy account. If you do not have one, you can create a BeLazy account at belazy.cat.

Note

The module dialog fields that are displayed in bold (in the Make scenario, not in this documentation article) are mandatory!

Connecting BeLazy to Make

To connect your BeLazy account to Make you need to obtain the API Key from your BeLazy account.

  1. Log in to your BeLazy account.

  2. Click on your profile icon in the top-right corner and select the Api access tokens option from the drop-down menu.

    61f267933ee6a.gif
  3. Click the GENERATE TOKEN button.

    61f26795656da.png
  4. Copy the provided access token.

    61f267967c0f5.png
  5. Go to Make and open the BeLazy module's Create a connection dialog.

  6. Enter the API Key you have copied in step 4 to the respective field and click the Continue button to establish the connection.

Make an API Call

Allows you to perform a custom API call.

Connection

Establish a connection to your BeLazy account.

URL

Enter a path relative to https://api.belazy.cat/api. E.g. /projects/v1

Note

For the list of available endpoints, refer to the BeLazy API Documentation.

Method

Select the HTTP method you want to use:

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of Use - List Connections

The following API call returns all connections from your BeLazy account:

URL:

/connections/v1/vendor

Method:

GET

61f267978e27d.png

Matches of the search can be found in the module's Output under Bundle > Body.

In our example, 2 connections were returned:

61f267989f305.png