Organization

List API keys

GET
/v1/org/api-keys

Authorization

OrionBearerToken
AuthorizationBearer <token>

JWT access token obtained from POST /v1/auth/login

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/org/api-keys"
[  {    "created_at": "2019-08-24T14:15:22Z",    "expires_at": "2019-08-24T14:15:22Z",    "id": "string",    "last_used_at": "2019-08-24T14:15:22Z",    "name": "string",    "prefix": "string",    "revoked": true,    "scopes": [      "string"    ]  }]