Logo
Swift API Sandbox Collections API Documentation

A Participant can inquiry the details of a single AP and its parameter modification history.

POST {{baseUrl}}/apDetails/:senderBic/:bicAp

The APDetails request allows the Participant to retrieve the details of an AP. The response contains the details of the specified AP. A request addressed to an AP belonging to the sending participant will be responded with the full set of information available.

 

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
Accept
string




RESPONSES

status OK

{ "dateTime": "2019-06-21T23:20:50.000001", "apDetail": [ { "paramHistory": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "details": [ { "value": "<Error: Too many levels of nesting to fake this schema>" }, { "value": "<Error: Too many levels of nesting to fake this schema>" } ] }, { "paramHistory": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "details": [ { "value": "<Error: Too many levels of nesting to fake this schema>" }, { "value": "<Error: Too many levels of nesting to fake this schema>" } ] } ] }


Curl
curl -X POST 'https://sandbox.swift.com/ebacl-rt1/v1/apDetails/:senderBic/:bicAp' -H 'ivUserKey: quis fugiat aute dolore' -H 'ivUserBic: IPSDID21' -H 'Accept: application/json'

ENDPOINTS