Skip to main content
GET
/
v1.0
/
routing
/
role
/
list
List assign roles
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.

Headers

Authorization
string
required

Bearer [access_token]

Response

Assign roles defined on the team.

id
integer<int64>

Role id

name
string

Role name