Back to Platform

GET /options

GET
/options

GET operation for /options

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/options"
{
  "id": 1,
  "name": "string",
  "variable": "string",
  "verbose_name": "string"
}
Empty
Empty
Empty

How is this guide?