cURL
curl --request GET \ --url https://api.infinitecreator.com/v1/webhook_endpoints/{webhook_endpoint_id} \ --header 'Authorization: Bearer <token>'
{ "url": "<string>", "id": "<string>" }
Retrieves the webhook endpoint with the given ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the webhook endpoint
Successful Response
The URL of the webhook endpoint.
1 - 2083
Unique identifier for the object.
Was this page helpful?