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}/kakaotalk/categories/senders
- 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}/kakaotalk/categories/senders' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response with sender categories.
{ "categories": [ { … }, { … } ] }
The unique ID of the project. You can find this on the Sinch Dashboard.
- Production server
https://provisioning.api.sinch.com/v1/projects/{projectId}/kakaotalk/categories/senders/{plusFriendId}/templates
- 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}/kakaotalk/categories/senders/{plusFriendId}/templates?pageSize=1&pageToken=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'List of template categories
List of template categories.
English category name.
List of subcategories.
Subcategory code (Used when registering/modifying templates).
하위 카테고리 이름.
English subcategory name.
Description of templates to which the subcategory applies.
Response with categories.
{ "totalSize": 2, "pageSize": 50, "categories": [ { … } ] }