Skip to main content
POST
Inspect an owned provider presentation attempt

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-29
idempotency-key
string
Maximum string length: 255

Body

application/json
external_installation_id
string
required
Pattern: ^exti_[0-9a-f]{32}$
key
object
required
generation
integer
required
Required range: x > 0
owner
string
required
Required string length: 1 - 128

Response

Success

key
object
required
generation
integer
required
Required range: x > 0
owner
string | null
required
Required string length: 1 - 128
lease_expires_at
string | null
required

A retained UTC timestamp using the historical zero-to-three fractional-digit encoding.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d{1,3})?Z$
state
enum<string>
required
Available options:
claimed,
dispatching,
posted,
known_failed,
indeterminate,
superseded
through_sequence
integer
required
Required range: x >= 0
provider_message_id
string | null
required
claimed_at
string
required

A retained UTC timestamp using the historical zero-to-three fractional-digit encoding.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d{1,3})?Z$
dispatch_started_at
string | null
required

A retained UTC timestamp using the historical zero-to-three fractional-digit encoding.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d{1,3})?Z$
settled_at
string | null
required

A retained UTC timestamp using the historical zero-to-three fractional-digit encoding.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d{1,3})?Z$