REST API
Last updated
Last updated
Concerned products
ā Attract š³ Engage ā Convert š³ Predict
Our REST API provide you programmatic access to our system.
Latest documentation for the REST API are found here:
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.
An API token will be provided to you by your technical contact person at Adway.
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.