Authorizations
Use your Formbricks x-api-key to authenticate.
Response
200 - application/json
Roles retrieved successfully.
curl --request GET \
--url https://app.formbricks.com/api/v2/roles \
--header 'x-api-key: <api-key>'{
"data": [
"<string>"
]
}Gets roles from the database.
curl --request GET \
--url https://app.formbricks.com/api/v2/roles \
--header 'x-api-key: <api-key>'{
"data": [
"<string>"
]
}Use your Formbricks x-api-key to authenticate.
Roles retrieved successfully.
Was this page helpful?