cURL
curl --request GET \ --url https://api.opengiant.com/v1/personas \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "attributes": {} } ]
Retrieve all personas associated with your account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of personas.
The response is of type object[].
object[]