Gatana Documentation
RoutesProfiles

/profiles

GET
/profiles
AuthorizationBearer <token>

In: header

Query Parameters

serverSlug?string

Response Body

application/json

curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/profiles"
{
  "profiles": [
    {
      "tenantId": "string",
      "id": "string",
      "createdBy": 0,
      "name": "string",
      "description": "string",
      "isOpenToAllUsers": true,
      "isRestrictive": true,
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}