Skip to main content
POST
/
v3
/
api
/
compliance
/
vasps
/
{vasp-id}
/
activate
/
{valid}
Activate or Deactivate 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"
    }
  ]
}

Authorizations

X-Signature
string
header
required

Headers

submitter-id
string
required

Email of API user submitting the request

Example:

"api-maker@zodia.io"

Path Parameters

vasp-id
string
required

ID of the VASP to be updated

valid
boolean
required

if the value is true, the VASP is activated. Otherwise, deactivated.

Response

OK