Logo
Swift API Sandbox Collections API Documentation

[SC Acc 2]: Retrieve balances for an account. Copy

GET {{baseUrl}}/swift-cash-management/v1/accounts/:account-identification

The endpoint will retrieve the account with balance information based on a specific account identification.

 

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
X-ServiceProvider
string Provides requester entitlement information to service provider. A JWT containing a claim representing the entitlements of the API consumer as defined at the SWIFT Identity Provider. This header is provided by the SWIFT API Gateway and is not required to be provided by the API consumer.
X-BIC
string (Required) Specify the BIC of the provider of the service. The identification will be used by the API Gateway to forward the request to service provider.




RESPONSES

status





Curl
curl -X GET 'https://sandbox.swift.com/swift-cash-management/v1/accounts/:account-identification' -H 'X-Request-ID: commodo ut' -H 'X-ServiceProvider: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIiLCJuYW1lIjoiIiwiaWF0IjowfQ.u_kftAUkjiUZO-OhIyj24H7lOUk1wi9GUF-e14JmCtQ' -H 'X-BIC: DEUTDEFF'

ENDPOINTS