Skip to main content
PATCH
/
v1
/
webhook_endpoints
/
{webhook_endpoint_id}
Update a webhook endpoint
curl --request PATCH \
  --url https://api.infinitecreator.com/v1/webhook_endpoints/{webhook_endpoint_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "url": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

webhook_endpoint_id
string
required

ID of the webhook endpoint

Body

application/json
url
string<uri>

The URL of the webhook endpoint.

Required string length: 1 - 2083

Response

Successful Response

url
string<uri>
required

The URL of the webhook endpoint.

Required string length: 1 - 2083
id
string
required

Unique identifier for the object.