Skip to main content
GET
List API keys

What this endpoint does

Lists API-key metadata for the current tenant account without returning secret values.

When to use it

Use it to audit access, locate a key for rotation, or review its role and restrictions.

Before you call

Authenticate with an API key that can read this resource. Results are restricted to the tenant account bound to that key.

Money and balance effect

This is a read-only request. It does not reserve, debit, credit, or settle money.

States and completion

Each key’s status is active or revoked. Restrictions are reported separately in the optional scopes and allowedIps fields — a key without them has full role-implied access from any IP. Secret material is never recoverable from this endpoint.

Safe retries

GET requests are read-only and may be retried with normal exponential backoff. Do not send an Idempotency-Key. Read API keys for the complete workflow.

Authorizations

Authorization
string
header
required

Send the same Wayex API key as Authorization: Bearer <key>.

Response

200 - application/json

Your API keys, with secrets masked.

data
object[]
required