Set Settings
POST
https://api.zaply.dev/v1/instance/{{INSTANCE_ID}}/setting
Request Parameters
instance_id
(string) - The unique identifier of the WhatsApp instance. Replace a3ufrlhsqz
with your actual instance ID.Headers
Authorization
(string, required) - Bearer token for authentication. Replace {{ZAPLY_AUTH_TOKEN}}
with your API token.Content-Type
(string, required) - Specifies that the request body is in JSON format. Use application/json
.Request Body
webhook_url
(string, required) - The URL where incoming webhook notifications will be sent."https://hallowed-fish-18.webhook.cool"
custom_params
(json, optional) - The JSON of custom params receive along with incoming webhook notifications.Error Codes
400 Bad Request
- Invalid input parameters (e.g., missing or incorrectly formatted webhook_url
).401 Unauthorized
- Invalid or missing Authorization
token.404 Not Found
- Instance ID does not exist.500 Internal Server Error
- Server encountered an unexpected condition.Request
Header Params
Authorization
string
required
Example:
Bearer {{ZAPLY_AUTH_TOKEN}}
Body Params application/json
Request samples
Responses
Modified at 2024-10-15 07:07:11