API ReferenceStats
Back to PlatformGET /dashboard/configuration-types
GET operation for /dashboard/configuration-types
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/dashboard/configuration-types"{
"id": 1,
"name": "string",
"code": "string",
"description": "string",
"is_active": true,
"is_template": true
}Empty
Empty
Empty
How is this guide?