curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/netwmgmt/vasps \
--header 'Content-Type: application/json' \
--header 'X-Signature: <api-key>' \
--header 'submitter-id: <submitter-id>' \
--data '
{
"ids": [
"ff91be0d-bca9-4a3f-9193-42106a1bbed"
],
"names": [
"COINBASE"
],
"travelRuleMethods": [
"MANUAL"
],
"paginationLimit": 10,
"paginationOffset": 123,
"sort": {
"by": "id",
"order": "ASC"
}
}
'{
"total": 123,
"items": [
{
"id": "ff91be0d-bca9-4a3f-9193-42106a1bbed",
"name": "my-vasp",
"travelRuleMethod": "MANUAL",
"country": "Singapore"
}
]
}curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/netwmgmt/vasps \
--header 'Content-Type: application/json' \
--header 'X-Signature: <api-key>' \
--header 'submitter-id: <submitter-id>' \
--data '
{
"ids": [
"ff91be0d-bca9-4a3f-9193-42106a1bbed"
],
"names": [
"COINBASE"
],
"travelRuleMethods": [
"MANUAL"
],
"paginationLimit": 10,
"paginationOffset": 123,
"sort": {
"by": "id",
"order": "ASC"
}
}
'{
"total": 123,
"items": [
{
"id": "ff91be0d-bca9-4a3f-9193-42106a1bbed",
"name": "my-vasp",
"travelRuleMethod": "MANUAL",
"country": "Singapore"
}
]
}Email of API user submitting the request
"api-maker@zodia.io"