GET
/
webhook
/
{id}
curl --request GET \
  --url https://chat.zoko.io/v2/webhook/{id} \
  --header 'apikey: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "url": "https://client.webhooklabs.com",
  "challengeToken": "CHALLENGE_TOKEN",
  "events": [
    "message:user:in"
  ]
}

Authorizations

apikey
string
header
required

Authentication is done via apikey provided for your account

Include the following in your request header

apikey: "your_apikey_here"

Path Parameters

id
string
required

ID of webhook

Response

200
application/json
Webhook details

Webhook response data

id
string
url
string
Example:

"https://client.webhooklabs.com"

challengeToken
string
Example:

"CHALLENGE_TOKEN"

events
enum<string>[]
Available options:
message:user:in,
message:store:out,
message:delivery:update