Rensei docs

List API keys for the active org (metadata only).

List API keys for the active org (metadata only). - Rensei REST API operation reference.

GET
/api/org/api-keys

Authorization

AuthorizationBearer <token>

Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.

In: header

Response Body

application/json

curl -X GET "https://example.com/api/org/api-keys"
{
  "keys": [
    {
      "id": "string",
      "name": "string",
      "keyPrefix": "string",
      "keyType": "string",
      "scopes": [
        "string"
      ],
      "projectIds": [
        "string"
      ],
      "createdBy": "string",
      "createdAt": "string",
      "lastUsedAt": "string",
      "expiresAt": "string"
    }
  ]
}
Empty
Empty