GET
/
personas
curl --request GET \
  --url https://api.opengiant.com/v1/personas \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "attributes": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
List of personas.
id
string

Unique identifier for the persona.

name
string

The name of the persona.

attributes
object

Attributes defining the persona's characteristics.