List API keys
Returns the API keys for a developer organization. Only key metadata is returned; the secret is shown once, at creation.
Authorizations
A logged-in user session bearer token (WorkOS AuthKit access token from signup/login).
Path Parameters
UUID of the developer organization.
Response
Array of API keys (secrets are never included in list responses).
Unique identifier for this resource.
UUID identifier.
Human-readable display name.
Key prefix.
One of: test, live.
test, live Permission scopes granted to this key; empty means unscoped (full access within the account).
RFC 3339 timestamp.
IP address of the most recent request made with this key; null if never used.
RFC 3339 timestamp of when this value expires.
RFC 3339 timestamp of when the key was revoked; null while the key is active.
UUID identifier.
RFC 3339 timestamp of when the resource was created.