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 Boost.space Integrator, it is necessary to have a BeLazy account. If you do not have one, you can create a BeLazy account at belazy.cat.
The module dialog fields that are displayed in bold (in the Boost.space Integrator scenario, not in this documentation article) are mandatory!
Connecting BeLazy to Boost.space Integrator
To connect your BeLazy account to Boost.space Integrator you need to obtain the API Key from your BeLazy account.
-
Log in to your BeLazy account.
-
Click on your profile icon in the top-right corner and select the Api access tokens option from the drop-down menu.

-
Click the GENERATE TOKEN button.

-
Copy the provided access token.

-
Go to Boost.space Integrator and open the BeLazy module’s Create a connection dialog.
-
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
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

Matches of the search can be found in the module’s Output under Bundle > Body.
In our example, 2 connections were returned:

Legacy article, imported from the original Boost.space knowledge base (/knowledge-base/applications/process-management/belazy/).