The bundles endpoint allows you to create and manage bundles of account resources.
Provisioning API (1.2.7)
https://provisioning.api.sinch.com/
WhatsApp Senders
A WhatsApp Sender is also referred to as a 'Business Profile' or a WhatsApp channel. The WhatsApp Sender endpoint allows you to create a Sender through Meta's Embedded sign up. A Sender must be provisioned for you as a consumer of the WhatsApp API to send messages to your end users.
The unique ID of the project. You can find this on the Sinch Dashboard.
- Production server
https://provisioning.api.sinch.com/v1/projects/{projectId}/rcs/questionnaire/{useCase}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://provisioning.api.sinch.com/v1/projects/{projectId}/rcs/questionnaire/{useCase}?countries=AT' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Questionnaire questions
General launch questions
Launch questions
How you obtain opt-in to message users.
Actions that triggers messages to users.
Interactions with users.
The message the sender sends when a user opts out.
Publicly available URIs for videos of the sender, for review purposes only.
Publicly available URIs for screenshots of the sender, for review purposes only.
Verification questions.
Verification questions.
Name of verification contact.
Email of verification contact.
Title of verification contact.
Response with questionnaire questions.
{ "general": { "questions": { … } }, "verification": { "questions": { … } } }