Get the compliance status of a personal contact.

GET {{baseUrl}}/v1/ewallets/:ewalletId/contacts/:contactId/compliance_levels

Verify the compliance status of a personal contact.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"compliance_levels":[{"level":"\u003cnumber\u003e","elements":[{"element_name":"\u003cstring\u003e","verified":"\u003cboolean\u003e"},{"element_name":"\u003cstring\u003e","verified":"\u003cboolean\u003e"}]},{"level":"\u003cnumber\u003e","elements":[{"element_name":"\u003cstring\u003e","verified":"\u003cboolean\u003e"},{"element_name":"\u003cstring\u003e","verified":"\u003cboolean\u003e"}]}]},"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"}}