cURL
curl --request GET \ --url https://api.scrunchai.com/v1/brands/{brand_id}/personas/{persona_id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "description": "<string>" }
Get a persona by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?