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}
{
  "timestamp": "2021-10-27T14:30:13.912Z",
  "title": "Method Not Allowed",
  "status": 415,
  "details": [
    {
      "message": "Available methods : GET,POST",
      "code": "ER-204"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.zodia-custody.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

submitter-id
string

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