cURL
curl --request GET \ --url https://rawugc.com/api/v1/personas/{personaId} \ --header 'Authorization: Bearer <token>'
{ "_id": "<string>", "organizationId": "<string>", "name": "<string>", "description": "<string>", "createdAt": 123, "updatedAt": 123 }
Get a specific persona by ID.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Persona ID
Persona retrieved successfully
Organization ID
Was this page helpful?