🚀 Welcome to our revamped documentation featuring dedicated Business Logic and API sections with improved layouts—please remember to update your bookmarks as old links will no longer work!
curl --request GET \
--url 'https://{{baseUrl}}/api/integration-services/customer/v1/screening-alerts/{guid}' \
--header 'Authorization: Bearer <token>'{
"result": {
"shortlink": "<string>",
"guid": "<string>"
}
}This endpoint retrieves a screening alert by its unique GUID.
curl --request GET \
--url 'https://{{baseUrl}}/api/integration-services/customer/v1/screening-alerts/{guid}' \
--header 'Authorization: Bearer <token>'{
"result": {
"shortlink": "<string>",
"guid": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://api.amlyze.com/llms.txt
Use this file to discover all available pages before exploring further.