ApiApi keysList all API keysGET/developers/api-keysSendServer URLHeadersAuthorizationAuthorizationRequiredBearer <token>In: headercURLJavaScriptGoPythoncurl -X GET "https://api.microboard.com/api/v1/developers/api-keys" \ -H "Authorization: Bearer <token>"200401List of API keysResponse[ { "id": 0, "userId": 0, "key": "string", "name": "string", "createdAt": "2019-08-24T14:15:22Z", "lastUsedAt": "2019-08-24T14:15:22Z" } ]TypeScriptPreviousRevoke an API key DELETENextCreate a new API key POST