Authentication
All requests to the Anam API must be authenticated using your API key. Each request should include anAuthorization
header with the value Bearer <your_api_key>
.
For example, to authenticate a request to the GET /v1/personas
endpoint using your API key 1234567890
you would include the following header: