Skip to main content
GET
/
partner
/
go-live-checklist
Get go-live readiness checklist
curl --request GET \
  --url https://api.contro.me/v1/partner/go-live-checklist \
  --header 'x-contro-api-key: <api-key>'
{
  "kybApproved": true,
  "sandboxCardIssued": true,
  "webhookVerified": true,
  "balanceFunded": true,
  "subscriptionActive": true,
  "ready": true
}

Documentation Index

Fetch the complete documentation index at: https://partner-docs.contro.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-contro-api-key
string
header
required

Partner API key (sk_live_* for production, sk_test_* for sandbox)

Response

Go-live checklist

kybApproved
boolean
required

Partner KYB status is active

sandboxCardIssued
boolean
required

At least one card issued in sandbox mode

webhookVerified
boolean
required

At least one webhook successfully delivered

balanceFunded
boolean
required

Live ledger balance is greater than 0

subscriptionActive
boolean
required

Active subscription (active or past_due)

ready
boolean
required

All checklist items passed