Skip to main content
GET
/
v1
/
webhook_endpoints
/
{webhook_endpoint_id}
Retrieve a webhook endpoint
curl --request GET \
  --url https://api.infinitecreator.com/v1/webhook_endpoints/{webhook_endpoint_id} \
  --header 'Authorization: Bearer <token>'
{
  "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

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.