API Reference

List existing personas.

Lists all existing personas.

Personas are sorted by creation date, with the most recently created personas appearing first.
By default, all personas are returned. However, you can specify the type of personas you want
by passing specific facet types as a query parameter. (e.g. GET /persona?facet_types=interest,demographic)
Optionally, you can paginate the results by specifying the page_number and page_size query parameters.
If either page_number and page_size are not specified, all personas will be returned.

Log in to see full request history
Query Params
string

Comma-separated facet types to select. By default, all personas are returned. Valid facet types are: interest, demographic, pre_defined_persona, custom.

integer
≥ 1
Defaults to 1

Page number, starting at 1

integer
1 to 10000

Number of personas per page, between 1 and 10000. Will return all personas if not specified.

Headers
string

Module ID

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json