cURL
curl --request GET \ --url https://app.untetherlabs.com/api/v1/roles/{roleId} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2024-11-20T07:43:34+0000", "name": "Care Coordinator", "team": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "teamName": "<string>", "hexColor": "#6941c6" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"2024-11-20T07:43:34+0000"
"Care Coordinator"
"#6941c6"