cURL
curl --request GET \ --url https://admin-api.minervaai.io/v2/webhooks/screening/{webhookId} \ --header 'x-api-key: <api-key>'
{ "status": 200, "message": "Webhook created successfully", "result": { "id": "ecc9b161-e6bf-48e4-816d-b13046a42eaa", "webhookName": "Test webhook", "webhookKey": "e7b3b2f0-8e17-40a5-a083-2234c6bc9dab", "events": [ { "kind": "profile_status_updated", "values": [ "potential_match" ] } ], "url": "https://your.web.site/path" } }
The GET method on a single screening webhook resource will return the details for a single screening webhook by its ID.
Admin API key for authentication
The unique identifier of the webhook
Webhook retrieved successfully
Standard webhook response
HTTP status code
200
Response message
"Webhook created successfully"
A webhook configuration for screening events
Show child attributes