Logo
Swift API Sandbox Collections API Documentation

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>" } } ] }



Curl
curl -X GET 'https://sandbox.swift.com/swiftrefdata/v4/bics/:bic/national_ids' -H 'Accept: application/json'

ENDPOINTS