Logo
Swift API Sandbox Collections API Documentation

A Participant can inquiry the list of all the AP.

POST {{baseUrl}}/listAPs/:senderBic

The ListAPs request allows the Participant to retrieve the list of all APs in the SCT Inst sorted by BIC, DPBIC, and Status. It is possible to fill one or more fields as filtering criteria: in this case the response returns the full set of rows matching the criteria.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
ivUserKey
string The subscription key of a Participant. Following the format cn=<SSO+BIC+UserId+T>,o=BIC8,o=swift. SSO is a fixed string, last character is for environment (P for production and T for test) eg SSOUNCRITMMAPI12345P, o=uncritmm,o=swift
ivUserBic
string
Content-Type
string
Accept
string




RESPONSES

status OK

{ "dateTime": "2019-06-21T23:20:50.000001", "apList": [ { "bicAp": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "dpBic": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "name": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "status": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "initParticipantValidity": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "endParticipantValidity": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "tipsUserBic": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "submittedAOS": { "value": "<Error: Too many
Curl
curl -X POST 'https://sandbox.swift.com/ebacl-rt1/v1/listAPs/:senderBic' -H 'ivUserKey: quis fugiat aute dolore' -H 'ivUserBic: IPSDID21' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"dateTime":"2019-06-21T23:20:50.000001","criteria":{"bicAp":"IPSDID21XXX","dpBic":"IPSDID21","aos":"A01","status":"ALL"}}'

ENDPOINTS