POST
/
subscribe
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"
}

Authorizations

X-TALVIN-API-KEY
string
header
required
X-TALVIN-ORGANIZATION-ID
string
header
required

Body

application/json

Subscription details

The body is of type object.

Response

200
application/json

Subscription created successfully

The response is of type object.