Clerk · Capability
Clerk Backend Api — Miscellaneous
Clerk Miscellaneous capability. 1 operations. Lead operation: Returns the Markup for the Interstitial Page.
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Clerk Backend Api — Miscellaneous
description: 'Clerk Miscellaneous capability. 1 operations. Lead operation: Returns the Markup for the Interstitial Page.'
tags:
- Clerk
- Miscellaneous
created: '2026-05-22'
modified: '2026-05-22'
binds:
- namespace: env
keys:
CLERK_SECRET_KEY: CLERK_SECRET_KEY
capability:
consumes:
- type: http
namespace: clerk-backend-api-miscellaneous
baseUri: https://api.clerk.com/v1
description: Clerk clerk-backend-api Miscellaneous business capability.
resources:
- name: public-interstitial
path: /public/interstitial
operations:
- name: GetPublicInterstitial
method: GET
description: Returns the Markup for the Interstitial Page
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: frontendApi
in: query
type: string
description: Please use `frontend_api` instead
required: false
- name: frontend_api
in: query
type: string
description: The Frontend API key of your instance
required: false
- name: publishable_key
in: query
type: string
description: The publishable key of your instance
required: false
- name: proxy_url
in: query
type: string
description: The proxy URL of your instance
required: false
- name: domain
in: query
type: string
description: The domain of your instance
required: false
- name: sign_in_url
in: query
type: string
description: The sign in URL of your instance
required: false
- name: use_domain_for_script
in: query
type: boolean
description: Whether to use the domain for the script URL
required: false