List your API keys
ApiKeys
List your API keys
All keys belonging to your customer. The plaintext secret
isn’t returned — keys are identified by their prefix and the
id. Filter by environment (sandbox or live) when
you’re managing them separately.
GET
List your API keys
Authorizations
Pass your secret key in the Authorization header as a Bearer
token: Authorization: Bearer sk_test_... (sandbox) or
Bearer sk_live_... (production).
Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.
Query Parameters
Limit results to sandbox keys or live keys.
Available options:
sandbox, live Response
A page of API keys (no secrets).
