curl --request GET \
--url https://public-api.sessionboard.com/v1/event/{eventId}/personas/{personaId} \
--header 'x-access-token: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_id": 123,
"name": "<string>",
"description": "<string>",
"config": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Retrieve a single persona by ID.
curl --request GET \
--url https://public-api.sessionboard.com/v1/event/{eventId}/personas/{personaId} \
--header 'x-access-token: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_id": 123,
"name": "<string>",
"description": "<string>",
"config": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Organization API token. Generate from Organization Settings → API Tokens.