curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/compliance/vasps/{vasp-id}/activate/{valid} \
--header 'X-Signature: <api-key>' \
--header 'submitter-id: <submitter-id>'{
"timestamp": "2021-10-27T14:30:13.912Z",
"title": "Method Not Allowed",
"status": 415,
"details": [
{
"message": "Available methods : GET,POST",
"code": "ER-204"
}
]
}Used for reactivating or deactivating a VASP.
curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/compliance/vasps/{vasp-id}/activate/{valid} \
--header 'X-Signature: <api-key>' \
--header 'submitter-id: <submitter-id>'{
"timestamp": "2021-10-27T14:30:13.912Z",
"title": "Method Not Allowed",
"status": 415,
"details": [
{
"message": "Available methods : GET,POST",
"code": "ER-204"
}
]
}Email of API user submitting the request
"api-maker@zodia.io"
ID of the VASP to be updated
if the value is true, the VASP is activated. Otherwise, deactivated.
OK