Oore CI
ReferenceAPIOperationsSetup

Verify bootstrap token

Exchanges a one-time bootstrap token (generated by the CLI) for a setup session token. Rate-limited: 5 failed attempts per token hash triggers lockout.

Operation IDverify_bootstrap_token
POST
/v1/setup/bootstrap-token/verify

Exchanges a one-time bootstrap token (generated by the CLI) for a setup session token. Rate-limited: 5 failed attempts per token hash triggers lockout.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/setup/bootstrap-token/verify" \  -H "Content-Type: application/json" \  -d '{    "token": "string"  }'
{  "expires_at": 0,  "session_token": "string"}