Clerk · Example Payload

Clerk Platform Api Platformlistredirecturls 200

AuthenticationAuthorizationB2B SaaSCIAMIdentity ManagementMFAOAuthOpenID ConnectOrganizationsPasskeysSAMLSecuritySessionsSSOUser Management

Clerk Platform Api Platformlistredirecturls 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": "PlatformListRedirectURLs",
  "method": "GET",
  "path": "/platform/applications/{applicationID}/instances/{envOrInsID}/redirect_urls",
  "summary": "List Redirect URLs",
  "response_status": "200",
  "response": {
    "data": [
      {
        "object": "redirect_url",
        "id": "id_2abc4xyz567Q9zZ",
        "url": "example_string",
        "created_at": 0,
        "updated_at": 0
      }
    ],
    "total_count": 3
  }
}