cURL
curl --request POST \ --url https://api.infinitecreator.com/v1/webhook_endpoints \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>" } '
{ "url": "<string>", "id": "<string>", "secret": "<string>" }
A webhook endpoint must have a url.
url
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The URL of the webhook endpoint.
1 - 2083
Successful Response
Unique identifier for the object.
The endpoint's secret, used to generate webhook signatures. Only returned at creation.
Was this page helpful?