Logo
Swift API Sandbox Collections API Documentation

Settlement Instruction Audit Event Raw Response

GET {{baseUrl}}/swift-securities-view/v1/securities-settlement-instructions/:instruction-identifier/settlement-instruction-audit-events

The endpoint will retrieve audit event of a specific Securities Settlement Instruction as specified in the request URI. As the instruction progress through various parties in the chain, the response will contain summary of each event in its progression at the time of request.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-Request-ID
string Specify an unique end to end tracking request ID. The element will be populated by the SWIFT API gateway
RBACRole
string Acess control.
Accept
string




RESPONSES

status





Curl
curl -X GET 'https://sandbox.swift.com/swift-securities-view/v1/securities-settlement-instructions/:instruction-identifier/settlement-instruction-audit-events' -H 'X-Request-ID: <string>' -H 'RBACRole: <string>' -H 'Accept: application/json'

ENDPOINTS