The WhatsApp accounts endpoint lets you create and update WhatsApp accounts as well as get account activity and leave comments.
Provisioning API (1.2.36)
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.
Request
Returns questionnaire questions for a use case.
The launch questionnaire is based on information required by different Suppliers and Operators. As such, especially the country specific, may be subject to change.
The unique ID of the project. You can find this on the Sinch Dashboard.
- Production serverhttps://provisioning.api.sinch.com/v1/projects/{projectId}/rcs/questionnaire/{useCase}
- Staging server from master branchhttps://provisioning-api.int.staging.sinch.com/v1/projects/{projectId}/rcs/questionnaire/{useCase}
- Staging server from dev branchhttps://provisioning-api-dev.int.staging.sinch.com/v1/projects/{projectId}/rcs/questionnaire/{useCase}
- Internal production server for admin authorizationhttps://provisioning-api.unauth.int.prod.sinch.com/v1/projects/{projectId}/rcs/questionnaire/{useCase}
- Internal staging server from master branch for admin authorizationhttps://provisioning-api.unauth.int.staging.sinch.com/v1/projects/{projectId}/rcs/questionnaire/{useCase}
- Internal staging server from dev branch for admin authorizationhttps://provisioning-api-dev.unauth.int.staging.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_TOKEN_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.
{ "general": { "questions": { … } }, "verification": { "questions": { … } } }