Go!Risk
Get customer last risk
Get Started
Customer
Customer Document
Go!Chat
Go!KYT
Go!Press
Go!Scan
Go!Vid
Appendix
Go!Risk
Get customer last risk
Retrieve the latest risk computed for a given customer.
GET
/
api
/
v1
/
customers
/
{customer_external_id}
/
risk
curl --request GET \
--url https://api.algoreg.com/api/v1/customers/{customer_external_id}/risk \
--header 'Authorization: Bearer <token>'
{
"risk": "string"
}
Path parameters
Response body
{
"risk": "string"
}
curl --request GET \
--url https://api.algoreg.com/api/v1/customers/{customer_external_id}/risk \
--header 'Authorization: Bearer <token>'
{
"risk": "string"
}