Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
URL | https://<aml-baseurl>/person |
---|
Request | GET without any parameters
|
---|
Authentication | Access Token as Bearer Token in Authorization Header |
---|
Response | 202 | Accepted | A new process for retrieval of fraud data for tid is accepted | 204 | No Content | A process for retrieval of fraud data for tid is still ongoing (not yet completed) | 200 | OK | A process for retrieval of fraud data for tid has completed. The body contains a JSON with fraud data response elements. | 400 | Bad request | The tid value does not correspond to a session associated with the requesting OIDC client | 401 | Unauthorized | Bearer token is missing or not accepted for any reason | 403 | Forbidden | Bearer token has insufficient scope | 404 | Not found | The tid is an unknown value for the OIDC Provider. | 410 | Gone | Fraud data for tid is no longer available | 429 | Too many requests | The fraud data service is currently too busy to serve the request | 500 | Internal server error | Any other error condition |
Error responses contains further information on the reason according to standard. |
---|