curl --request GET \
--url https://api.truthlocks.com/v1/roles \
--header 'X-API-Key: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"permissions": [
"<string>"
]
}
]Returns available roles for the organization.
curl --request GET \
--url https://api.truthlocks.com/v1/roles \
--header 'X-API-Key: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"permissions": [
"<string>"
]
}
]Returns a list of all available roles and their associated permissions within the tenant. Used for RBAC configuration.Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.