List clients
Page through the Clients you’ve created. Use cursor for
pagination (it’s opaque — just hand back what we sent) and
filter by email to look up a specific user.
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
Opaque cursor returned by a previous list response.
Max items per page (1–100).
1 <= x <= 100Look up a Client by exact email match. Useful when you only know the user by their email.
Response
OK
