Get Settings
GET
/v1/instance/{{INSTANCE_ID}}/settingThis API endpoint allows you to retrieve the current webhook and custom params settings for a specified WhatsApp instance. This is useful for checking the configured webhook URL and ensuring that it is set up correctly.
Request Parameters
Path Parameters
instance_id
(string) - The unique identifier of the WhatsApp instance. Replacecsbtlubmrh
with your actual instance ID.
Headers
Authorization
(string, required) - Bearer token for authentication. Replace{{ZAPLY_AUTH_TOKEN}}
with your API token.
Error Codes
401 Unauthorized
- Invalid or missingAuthorization
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}}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a month ago