Webhooks
Real-time notification of changes to Talent data.
What can you listen for?
{
"ifUpdates": ["currentValue"]
}Webhook Signature Verification
POST https://api.peoplelogic.dev/api/v1/webhook-key
Content-Type: application/json
Authorization: Bearer {{orgBearer}}
{
"name": "demo key"
}Creating a new webhook
Last updated
Was this helpful?
