cURL
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>" }
Updates the webhook endpoint. You may only edit the URL of your endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the webhook endpoint
The URL of the webhook endpoint.
1 - 2083
Successful Response
Unique identifier for the object.
Was this page helpful?