GET
/
roles
curl --request GET \
  --url https://app.formbricks.com/api/v2/roles \
  --header 'x-api-key: <api-key>'
{
  "data": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Use your Formbricks x-api-key to authenticate.

Response

200 - application/json
Roles retrieved successfully.
data
string[]