Artboard
Data API Keys

Get all Data API Keys

GET
/otto/api/api-key

Response Body

application/json

application/json

curl -X GET "https://your.server.net/otto/api/api-key"
{
  "response": {
    "api-keys": [
      {
        "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"
    }
  ]
}