Artboard
Data API Keys

Get a Data API Key

GET
/otto/api/api-key/{key}

Path Parameters

key*string

GET /otto/api/api-key/:key Parameter

Response Body

application/json

application/json

curl -X GET "https://your.server.net/otto/api/api-key/string"
{
  "response": {
    "id": 9007199254740991,
    "key": "string",
    "token": "string",
    "user": "string",
    "database": "string",
    "label": "string",
    "created_at": "string",
    "updated_at": "string",
    "last_used": "string",
    "is_data_api": true,
    "is_odata": true
  },
  "messages": [
    {
      "code": 0.1,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}