Clerk · Example Payload

Clerk Platform Api Platformlistapplications 200

AuthenticationAuthorizationB2B SaaSCIAMIdentity ManagementMFAOAuthOpenID ConnectOrganizationsPasskeysSAMLSecuritySessionsSSOUser Management

Clerk Platform Api Platformlistapplications 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": "PlatformListApplications",
  "method": "GET",
  "path": "/platform/applications",
  "summary": "List Applications",
  "response_status": "200",
  "response": [
    {
      "application_id": "application_2abc4xyz567Q9zZ",
      "name": "example_string",
      "instances": [
        {}
      ]
    }
  ]
}