Auth and Base URL
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to get started with the Signals API you need .
All requests to the API are secured by a Bearer Token, which can be obtained by providing a username (email) and a password. For this, you can either use a personal user account or set up a system user specifically for the API tasks. Make sure you have this information at hand when starting to work with the Partner API.
The default base URL for the Signals API is https://api.signals.360dialog.io
followed by the path-specific endpoint.
A mock server for Signals API is available in: https://stoplight.io/mocks/360dialog-ads/ads-measurement-api/143983744
Endpoints of this API need to be accessed by providing a Bearer token in the Authorization
header. To get the API key, refer to ourdocumentation.
Important! Make sure you use prefix for authorization.
Signals API doesn't support /token endpoint
Once token is received, use this access token in your authorization header:
And use it for all requests to Ads & Measurement API.
You can manage the tracking of Signals API by using the following endpoints:
Signals API doesn't support /partners endpoint
It must be first enabled before configuring tracking keywords on the next steps:
Enable
POST
https://hub.360dialog.io/api/v2
/partners/{partner_id}/clients/{client_id}/channels/{channel_id}/enable_ctwa
Disable
POST
https://hub.360dialog.io/api/v2
/partners/{partner_id}/clients/{client_id}/channels/{channel_id}/disable_ctwa
Important! Make sure you use prefix for Activate/Deactivate APIs.