cURL
curl --request GET \ --url https://api.example.com/api/Candidates/{candidateId}/availability-notification
{ "isSubscribed": true, "daysBeforeNotification": 123, "notificationDate": "2023-11-07T05:31:56Z" }
OK
Was this page helpful?