REST API
Concerned products
✅ Attract 🔳 Engage ✅ Convert 🔳 Predict
Introduction
Our REST API provide you programmatic access to our system.
Latest documentation for the REST API are found here: https://connect.adway.ai/api/external-api/v1/swagger/#/
Authentication
To access our API, you need to authenticate your requests using an API token. This token ensures the security of your interactions with our system.
Obtaining your API token.
An API token will be provided to you by your technical contact person at Adway.
Using your API token.
When making API requests, you need to include your API token in the request headers.
To do this, set the value of the Request.Header.Authorization
field to Bearer {api-token}
- and don't forget to replace {api-token}
with your actual API token.
Last updated