What is Platform at Notifique?
It’s the API to operate the account and workspace without a UI. An AI agent or script can:- Create an account and confirm phone via OTP
- Log in and get an API key or session
- Subscribe, cancel, upgrade, and recharge balance
- Add and list credit cards
- Create API keys with restricted scopes
- Manage workspaces (name, defaults, inbound)
- Configure webhooks and inspect deliveries
- Audit calls via API logs
- Connect third-party apps with OAuth 2.1
Sending messages (WhatsApp, SMS, email…) uses channel APIs with the
apiKey you get here. Platform handles the account; channels handle messaging.Credentials in the flow
Details: Registration and verification.
x-api-key: sk_live_xxxxx.
What you can do (quick map)
Typical flow (AI agent)
POST /v1/platform/register— data + onboarding survey (validated enums)POST /v1/platform/verify— OTP code →apiKey+workspaceIdPOST /v1/platform/workspaces/:id/payment-methods— tokenize cardPOST /v1/platform/workspaces/:id/subscription— subscribe to Basic/Pro/BusinessPOST /v1/whatsapp/messages(or another channel) with the API key
Next steps
- Quick Start: from zero to first message
- Registration and verification: onboarding enums and OTP errors
- Billing: plan, balance, and cards
- API Key scopes: permissions for integration

