Skip to main content
POST
Issue an installation pairing proof

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
idempotency-key
string
Maximum string length: 255

Body

application/json
operation
enum<string>
required
Available options:
create
provider
string
required
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$
external_tenant_id
string
required
Required string length: 1 - 512
external_installation_id
any

Response

Success

issued_at
string
required
Required string length: 20 - 64
expires_at
string
required
Required string length: 20 - 64
nonce
string
required
Required string length: 16 - 128
Pattern: ^[A-Za-z0-9_-]+$
signature
string
required
Required string length: 43
Pattern: ^[A-Za-z0-9_-]{43}$