Clerk · Example Payload

Clerk Platform Api Platformlistjwttemplates 200

AuthenticationAuthorizationB2B SaaSCIAMIdentity ManagementMFAOAuthOpenID ConnectOrganizationsPasskeysSAMLSecuritySessionsSSOUser Management

Clerk Platform Api Platformlistjwttemplates 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-platform-api",
  "operation": "PlatformListJWTTemplates",
  "method": "GET",
  "path": "/platform/applications/{applicationID}/instances/{envOrInsID}/jwt_templates",
  "summary": "List JWT Templates",
  "response_status": "200",
  "response": [
    {
      "object": "jwt_template",
      "id": "id_2abc4xyz567Q9zZ",
      "name": "example_string",
      "claims": {},
      "lifetime": 0,
      "allowed_clock_skew": 0,
      "custom_signing_key": false,
      "signing_algorithm": "example_string",
      "created_at": 0,
      "updated_at": 0
    }
  ]
}