POST
/
v3
/
webhooks
/
{botId}
cURL
curl --request POST \
  --url http://127.0.0.1:3333/v3/webhooks/{botId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

botId
string
required

Query Parameters

workspaceId
string
required

Body

application/json
url
string<uri>
required
method
enum<string>
Available options:
GET,
POST,
PUT,
PATCH,
DELETE
headers
object

Response

200

Default Response