Skip to content
WhatsApp

GEThttps://core-api.heysadie.ai/whatsapp/onboarding-status

Get onboarding status

Get the latest WhatsApp onboarding status for a phone number (null if none).

Try it in the API Explorer

Example request

Terminal
curl "https://core-api.heysadie.ai/whatsapp/onboarding-status" \
  -H "Authorization: ApiKey YOUR_API_KEY"

Authentication

Authenticate with an API key in the Authorization header using the ApiKey scheme — see Authentication for how keys work and where to get them.

Authorizationstringrequired

API key in the ApiKey scheme: ApiKey YOUR_API_KEY. Tenant keys authorize their own tenant; organization keys can act on any tenant in the organization.

X-Tenant-Idstring (uuid)optional

Required when authenticating with an organization key — selects the tenant the request acts on. Omit with tenant keys.

Responses

200Returns the current onboarding state for a phone number supplied as a query parameter. Use this when you hold the number but not the session id.

No response schema documented.