API ReferencePlatform
Back to PlatformGET /roles
GET operation for /roles
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Response Body
application/json
curl -X GET "https://dev-rest.onboard.io/roles"{
"id": 1,
"name": "string",
"description": "string",
"created_at": "2021-01-01T00:00:00Z",
"role_type": "internal",
"order": 1,
"created_by": "string"
}Empty
Empty
Empty
How is this guide?