Authentication

Most of the endpoints of the Audience API are protected, as they provide access to user data. To access a protected endpoint you would first need to obtain a Monterosa Access Token and include it as a Bearer token in the Authorization header when making an HTTP request:

Authorization: Bearer <Monterosa Access Token>

Last updated