Microboard.Developers
ApiApi keys

List all API keys

GET
/developers/api-keys

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X GET "https://api.microboard.com/api/v1/developers/api-keys" \
  -H "Authorization: Bearer <token>"

List of API keys

[
  {
    "id": 0,
    "userId": 0,
    "key": "string",
    "name": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "lastUsedAt": "2019-08-24T14:15:22Z"
  }
]