Skip to main content
GET
/
personas
List personas
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
}

Authorizations

Authorization
string
header
required

Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY

Response

Personas retrieved successfully

personas
object[]
count
number