Get savings account details
GET /api/v1/Savings/accounts/:AccountId
Description
This endpoint is used to retrieve information about a specific savings account.
Tags: Savings
URL:
/api/v{version}/Savings/accounts/{AccountId}
ApiKey:
No API key required
Content-Type:
No request body
Path Parameters:
AccountId: integer, required
version: string, required
Accept-Language: header, optional, change the default response message language from English(en) to French(fr) or English(en)
Response:
Success, returns information about the savings account.
Error Codes:
400: Bad Request
404: Not Found
Example:
/api/v1/Savings/accounts/:AccountId
Headers
| Content-Type | Value |
|---|---|
| Accept-Language |
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/Savings/accounts/:AccountId \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!