Get all roles Run in API Explorer
Ask AI
Returns all roles for the authenticated firm.
GET
/api/v2/roles
curl \
--request GET 'https://api.plannrcrm.com/api/v2/roles' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (401)
{
"message": "Unauthenticated."
}