Creating an API key
To create an API key, go toSettings
> API
. You can create as many API keys as you want, and use this key to authenticate your API requests.

Authentication
All API endpoints are authenticated using thesonata-api-key
header. To authenticate your requests, include the following header in your request:
${sonata-api-key}
is your API key.