Skip to content

Inbox API

Authorization

All API calls need authorization using an API token. The API token can be found in the studio, under Chanels → REST API.

The authorization header is specified as follows:

Authorization: Bearer f181eab8c44ef9ff8d6fedbed7692b0b

Alternatively, the API key can be added to the URL as a query parameter named api_key, for instance;

https://inbox.dialox.ai/api/<path>?api_key=f181eab8c44ef9ff8d6fedbed7692b0b

REST endpoints