Skip to main content
GET
Poll a BootstrapRequest

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-31
checkfu-bootstrap-token
string
required
Required string length: 32 - 128
Pattern: ^[A-Za-z0-9_-]+$

Path Parameters

id
string
required
Pattern: ^bst_[0-9a-f]{32}$

Response

Success

bootstrap_id
string
required
Pattern: ^bst_[0-9a-f]{32}$
state
enum<string>
required
Available options:
created,
awaiting_identity,
awaiting_review,
awaiting_entitlement,
awaiting_connections,
provisioning,
credential_ready,
redeemed,
verifying,
failed_retryable,
canceled,
expired,
failed_terminal,
completed
updated_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$
safe_error_code
string
Maximum string length: 128
human_action
object
workspace_id
string
Pattern: ^wrkspc_[0-9a-f]{32}$