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.
The response is of type object
.
Was this page helpful?