List the caller's authorized clients
Returns the caller’s authorized clients (active, revoked, and expired,
newest first). Used by the Profile → Authorized Clients page.
GET
List the caller's authorized clients
Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Revoke an authorized clientSets `revoked_at = now()`. Subsequent API calls carrying the JWT for
this client return 401 immediately (the auth middleware checks
`revoked_at` on every request via the `cid` JWT claim). Idempotent.
Next
List the caller's authorized clients