Skip to main content
GET
List the current user's tokens in one organization

Authorizations

Authorization
string
header
required

WorkOS access JWT or a user-owned WorkOS API key. User keys are bound to one organization and restricted to their enabled product permissions. Session-only onboarding and session revocation require an interactive access JWT. No cookie session is assumed.

Headers

X-Request-Id
string

Optional caller-provided correlation identifier.

Required string length: 1 - 128

Path Parameters

organization_id
string
required
Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$

Query Parameters

after
string
Pattern: ^api_key_[A-Za-z0-9_]{1,120}$

Response

One page of the current user's token metadata.

data
object[]
required
Maximum array length: 20
next_cursor
string | null
required
Pattern: ^api_key_[A-Za-z0-9_]{1,120}$