Skip to main content
POST
Create a one-time claim link for an API key

Authorizations

x-api-key
string
header
required

Body

application/json

Create a one-time claim link for an existing API key. The api_key is a raw key the caller holds; ttl_seconds overrides the default lifetime (capped at the settings ceiling).

api_key
string
required
Minimum string length: 1
ttl_seconds
integer | null

Response

Success.

data
ClaimLinkResult · object
required

A one-time claim link. token is the claim secret surfaced ONCE (it rides the claim_path URL fragment and is never stored in plaintext); expires_at is its ISO-8601 expiry.