...
Table of Contents |
---|
Getting the Authorization Token (Getting Token)
To use the API on theLeeloo.AI platform, you need to obtain a special code — the authorization token.
To copy the token, go to Settings (1) → Integrations (2) → Leeloo API (3) → Tokens (4) → Copy to Clipboard (5).
...
7 - Button to enable the Webhook.
Using the Token
Further interaction with the API is carried out through HTTP requests.
You must include your token with each request by specifying it in the request header 'X-Leeloo-AuthToken'.
...