Returns the assignable roles defined on the caller’s team. Use the returned IDs when the routing business type is ASSISTANT_LEAD. Caller must have MANAGE_LEAD_DISTRIBUTION or MANAGE_LEAD_DISTRIBUTION_DEPARTMENT permission.
curl --request GET \
--url https://api.lofty.com/v1.0/routing/role/list \
--header 'Authorization: <authorization>'[
{
"id": 123,
"name": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.lofty.com/v1.0/routing/role/list \
--header 'Authorization: <authorization>'[
{
"id": 123,
"name": "<string>"
}
]