cURL
curl --request POST \ --url https://app.talvin.ai/api/v1/subscribe \ --header 'Content-Type: application/json' \ --header 'X-TALVIN-API-KEY: <api-key>' \ --header 'X-TALVIN-ORGANIZATION-ID: <api-key>' \ --data '{ "hookUrl": "<string>", "eventType": "new_interview" }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Subscribe to events with a webhook URL
Subscription details
The body is of type object.
object
Subscription created successfully
The response is of type object.