Create a webhook
If you would like to use our webhook service, please contact support@encircleapp.com
Headers
String used to internally identify which integrator made this request on behalf of their users.
Integrators should reuse the same 'X-Encircle-Attribution' value for all their users.
This attribution enables Encircle to provide better assistance to integrators if they encounter any issues.
If not specified, the request will not be associated with any integration services.
Unique string used to identify each specific request.
Any retries due to connection failures should reuse the same 'X-Encircle-Request' value. This helps prevent duplicate requests from unintentionally being processed again.
If not specified, the request will be treated as unique and it will be processed normally.
Request body
Example request
{
"authentication": {
"type": "shared_secret"
}
}Response
The Webhook was created successfully.
Example response
{
"authentication": {
"type": "shared_secret"
}
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.