Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"id": 0,
"notes": "string",
"trustGroupId": 0,
"legalEntityId": 0,
"candidateId": 0,
"status": 0,
"updatedDate": "string",
"renewalDate": "string",
"dateJoined": "string",
"cancellationRequested": "string",
"aquisitionSource": "string",
"cancelledDate": "string",
"legalEntityConnectedToId": 0,
"parentStatus": 0,
"parentRenewalDate": "string",
"rollbackDate": "string",
"renewalStatus": 0,
"expiryDate": "string",
"parentExpiryDate": "string"
}
Request Code Samples
curl --location --request POST 'https://api.tahdah.me/trustgroups/webhooks' \
--header 'Webhook-Header;' \
--header 'Webhook-Verb;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"notes": "string",
"trustGroupId": 0,
"legalEntityId": 0,
"candidateId": 0,
"status": 0,
"updatedDate": "string",
"renewalDate": "string",
"dateJoined": "string",
"cancellationRequested": "string",
"aquisitionSource": "string",
"cancelledDate": "string",
"legalEntityConnectedToId": 0,
"parentStatus": 0,
"parentRenewalDate": "string",
"rollbackDate": "string",
"renewalStatus": 0,
"expiryDate": "string",
"parentExpiryDate": "string"
}'
Responses
application/json Modified at 2025-03-12 14:19:20