curl --request GET \
--url https://incoming.qomon.app/roles \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"count": 1,
"roles": [
{
"id": 5,
"name": "<string>",
"order": 123
}
]
}
}Retrieve all roles available in the sender-selected space.
curl --request GET \
--url https://incoming.qomon.app/roles \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"count": 1,
"roles": [
{
"id": 5,
"name": "<string>",
"order": 123
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://qomon-86428773.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?