Get idiomatic network mapping
Method
GET
Url
https://platform.globaltravelrule.com/api/standard/v2/get_idiomatic_network_mapping
Return the standard-to-idiomatic network name mapping across all GTR-defined networks for the caller VASP. convention is the applied profile id (or default); each item pairs the GTR-standard name with the VASP's idiomatic alias (falling back to the standard name when unmapped).
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body
No requset body
Responses
Status 200
OK
JSON Content
- Schema
- Example
[+]data
OptionalObject
verifyMessage
OptionalString
verifyStatus
OptionalInteger (int32)
{
"verifyStatus": 0,
"data": {
"convention": "default",
"networks": "(Refer to inner structure)"
},
"verifyMessage": "string"
}