MelonsRun
Api referenceControl

Get first-call readiness checklist for Console onboarding

GET
/v2/control/first-call

Authorization

sessionBearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/control/first-call"
{  "account_id": "string",  "ready": true,  "checks": {    "has_api_key": true,    "has_writable_key": true,    "has_positive_balance": true  },  "suggested_next_actions": [    "create_api_key"  ],  "routes": {    "property1": "string",    "property2": "string"  }}