Skip to main content
POST
Create a Runner pairing code

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
required
Required string length: 1 - 255

Body

application/json
principal_id
string
required
Pattern: ^prin_[0-9a-f]{32}$
machine_label
string
Required string length: 1 - 120
expires_in_seconds
integer
Required range: 120 <= x <= 600
runner_enrollment
object

Response

Success

id
string
required
Pattern: ^rnp_[0-9a-f]{32}$
code
string
required
Pattern: ^CFU-[ABCDEFGHJKLMNPQRSTUVWXYZ23456789]{5}(?:-[ABCDEFGHJKLMNPQRSTUVWXYZ23456789]{5}){3}$
expires_at
string
required