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

Check whether each key is active, restricted, or revoked. 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