Get Audiences
Get audiences.
Authentication
Topsort’s APIs are authenticated via bearer tokens. Requests must include an authorization header containing your private API key.
Don't have an API key yet? Learn how to generate one.
The header containing a private API key. Format this header as follows:
Authorization: Bearer <YOUR-API-KEY>
Query Parameters
object
A token provided in a previous response. If not empty, it is used to retrieve the page that follows.
A token provided in a previous response. If not empty, it is used to retrieve the page that follows.
The maximum number of audiences to retrieve.
The maximum number of audiences to retrieve.
Responses
Successful Response
Paginated list of audiences.
object
List of audiences.
Represents an audience.
object
Unique identifier for categorizing audiences.
List of specific values under this category.
Datetime of when the audience was created.
Datetime of the audience’s last update.
Whether this is the last page of results or not.
A token to retrieve the next page of results.
Validation Error