Get National IDs for a BIC.
GET {{baseUrl}}/bics/:bic/national_ids
For a given BIC, you can retrieve the National IDs of that BIC.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"national_ids": [
{
"id": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"id_type": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"national_id_type": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"iso_clc_type": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"id": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"id_type": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"national_id_type": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"iso_clc_type": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
} |
ENDPOINTS