GET
/
v3
/
integrations
/
whatsapp
/
{workspaceId}
/
whatsapp
/
{credentialsId}
/
webhook
Subscribe Webhook
curl --request GET \
  --url http://127.0.0.1:3333/v3/integrations/whatsapp/{workspaceId}/whatsapp/{credentialsId}/webhook \
  --header 'Authorization: Bearer <token>'
123

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required
credentialsId
string
required

Query Parameters

hub.challenge
string
required
hub.verify_token
string
required

Response

Default Response

The response is of type number.