Clerk · Example Payload

Clerk Backend Api Verifyoauthaccesstoken 200

AuthenticationAuthorizationB2B SaaSCIAMIdentity ManagementMFAOAuthOpenID ConnectOrganizationsPasskeysSAMLSecuritySessionsSSOUser Management

Clerk Backend Api Verifyoauthaccesstoken 200 is an example object payload from Clerk, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

apioperationmethodpathsummaryresponse_statusresponse

Example Payload

Raw ↑
{
  "api": "clerk-backend-api",
  "operation": "verifyOAuthAccessToken",
  "method": "POST",
  "path": "/oauth_applications/access_tokens/verify",
  "summary": "Verify an OAuth Access Token",
  "response_status": "200",
  "response": {
    "object": "clerk_idp_oauth_access_token",
    "id": "oat_0ef5a7a33d87ed87ee7954c845d80450",
    "client_id": "client_2xhFjEI5X2qWRvtV13BzSj8H6Dk",
    "subject": "user_2xhFjEI5X2qWRvtV13BzSj8H6Dk",
    "scopes": [
      "read",
      "write"
    ],
    "revoked": false,
    "revocation_reason": "Revoked by user",
    "expired": false,
    "expiration": 1716883200,
    "created_at": 1716883200,
    "updated_at": 1716883200
  }
}