Subscribe webhook
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"url": "https://webhook.site/00563ca5-867d-42ab-95ee-06533378edb8",
"version": 1,
"notificationTypeCode": "PERSON_UPDATED"
}curl 'https://notification-api.sandbox.tuumplatform.com/api/v1/notifications/subscribe' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHBpcnlEVGltZSI6IjIwMjMtMDctMjBUMTI6MzE6MzYiLCJyb2xlcyI6WyJBRE1JTiJdLCJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHAiOjE2ODk4NTYyOTZ9.5wpIHgr2S9m8AMcdNI0SlNAveV_MF3iNNpERZ5SOhcM' \
-H 'Content-Type: application/json' \
-d '{
"url": "https://webhook.site/00563ca5-867d-42ab-95ee-06533378edb8",
"version": 1,
"notificationTypeCode": "PERSON_UPDATED"
}'Sample response
Result
Last updated
Was this helpful?