Miscellaneous

Various endpoints that do not belong in any particular category.

Create a demo development instance

Creates a demo development instance and returns the corresponding Frontend/Backend API keys.

Responses
200

The API keys of the created instance.

post/public/demo_instance
Response samples
application/json
{
  • "object": "demo_dev_instance",
  • "frontend_api_key": "string",
  • "backend_api_key": "string",
  • "jwt_verification_key": "string",
  • "accounts_url": "http://example.com"
}

Returns the markup for the interstitial page

The Clerk interstitial endpoint serves an html page that loads clerk.js in order to check the user's authentication state. It is used by Clerk SDKs when the user's authentication state cannot be immediately determined.

Request
query Parameters
frontendApi
string

The Frontend API key of your instance

publishable_key
string

The publishable key of your instance

Responses
200

The interstitial page markup

400

A required query parameter is missing

get/public/interstitial