Back to Platform

GET /map-types

GET
/map-types

GET operation for /map-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/map-types"
{
  "id": 1,
  "type": "string",
  "description": "string",
  "is_default": true,
  "created_at": "2021-01-01T00:00:00Z",
  "modified_at": "2021-01-01T00:00:00Z"
}
Empty
Empty
Empty

How is this guide?