Customer assessment
curl --request GET \
--url 'https://{{baseUrl}}/api/integration-services/customer/v1/risk-scoring-assessments/{guid}' \
--header 'Authorization: Bearer <token>'{
"result": {
"shortlink": "<string>",
"guid": "<string>"
}
}Assessment
Customer assessment
This endpoint retrieves customer assessment by its unique GUID.
GET
/
api
/
integration-services
/
customer
/
v1
/
risk-scoring-assessments
/
{guid}
Customer assessment
curl --request GET \
--url 'https://{{baseUrl}}/api/integration-services/customer/v1/risk-scoring-assessments/{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.
⌘I