List all webhooks for your team. Webhooks are per environment: a webhook registered on the sandbox only fires for sandbox events, one registered on production only fires for production events.
/webhookList all webhooks for your team. Webhooks are per environment: a webhook registered on the sandbox only fires for sandbox events, one registered on production only fires for production events.
Team API key generated from team settings. Sent as Authorization: Bearer <api_key>.
In: header
application/json
curl -X GET "https://example.com/webhook"{ "webhooks": [ { "id": "string", "targetUrl": "string" } ]}Update PATCH
Update settings of the authenticated team. Currently: whether the team's payouts are reportable under DAC7, which decides if EU-resident payees must provide their tax identity before claiming.
Create POST
Create a new webhook to receive event notifications. Webhooks live in the environment they were created in: register on sandbox.talentir.com to receive sandbox events, and on www.talentir.com to receive production events.