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>"
]
}Was this page helpful?