Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.{your-broker}.slate-labs.com/roles/{role_id}
{ "id": 123, "name": "<string>", "display_name": "<string>", "description": "<string>", "customer_scope": "<string>", "customer_access": "<string>", "customer_view_scope": "<string>", "customer_edit_scope": "<string>", "pii_email": "<string>", "pii_phone": "<string>", "can_export_pii": true, "level": 123, "is_system": true, "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Successful Response