Setting Up

Using the API

4min

Getting an API Token

Document image


To start using the Weberlo API, you’ll need an API token. Follow these steps to generate one:

  1. Click on your profile icon in the top right corner of the Weberlo dashboard.
  2. Select Developer from the menu.
  3. Generate and copy your API token.

This token will be required for authentication when making API requests.

Sending Server-Side Conversions

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.

Authentication and Workspace Identification

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:

Passing Session Data for Better Attribution

Document image


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.