Setting Up
Using the API
4min

To start using the Weberlo API, you’ll need an API token. Follow these steps to generate one:
- Click on your profile icon in the top right corner of the Weberlo dashboard.
- Select Developer from the menu.
- Generate and copy your API token.
This token will be required for authentication when making API requests.
If you want to send server-side conversions, use the Transaction Endpoint. This allows you to track sales and associate them with the correct marketing attribution.
To authenticate API requests, you must include the following:
- Authorization Header: Send your API token in the request header as follows:
- Workspace Identification: Include your workspace_id as a URL parameter in the request:

For Weberlo’s attribution to work optimally, you need to capture the w_session_id from the website’s dataLayer and pass it to your backend. Then, send this value back to Weberlo’s Transaction Endpoint as the session_id field.
- w_session_id helps stitch front-end and back-end data together.
- It ensures accurate attribution, linking conversions back to the correct marketing source.
- Without it, conversions may not be properly attributed to the original traffic source.