Skip to main content
GET
/
v1
/
platform
/
keys
List platform API keys
curl --request GET \
  --url https://api.withsplendor.com/v1/platform/keys \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    {
      "created_at": "2026-01-15T09:30:00Z",
      "id": 1,
      "last_used_at": "2026-01-15T09:30:00Z",
      "name": "production",
      "revoked_at": null,
      "token": null
    }
  ]
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Response

Successful Response

keys
PlatformKeyResponse · object[]
required