cURL
curl --request GET \ --url https://rawugc.com/api/v1/personas \ --header 'Authorization: Bearer <token>'
{ "personas": [ { "_id": "<string>", "organizationId": "<string>", "name": "<string>", "description": "<string>", "createdAt": 123, "updatedAt": 123 } ], "count": 123 }
List all personas for the authenticated user’s organization.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Personas retrieved successfully
Show child attributes
Was this page helpful?