Radicas Docs
API referenceGenerated

List Keys

GET
/keys

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/keys"
[  {    "key_id": "1e779c8a-6786-4c89-b7c3-a6666f5fd6b5",    "key_prefix": "string",    "label": "string",    "scope": "string",    "active": true,    "created_at": "2019-08-24T14:15:22Z",    "revoked_at": "2019-08-24T14:15:22Z"  }]