Skip to main content

Get available saving products

GET /api/v1/Savings/products

Description

This endpoint is used to retrieve information about savings products available to customers.

Tags: Savings

URL:
/api/v{version}/Savings/products

ApiKey:
No API key required

Content-Type:
No request body

Path Parameters:
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 savings products.

Error Codes:
400: Bad Request
404: Not Found

Example:
GET /api/v1/Savings/products

/api/v1/Savings/products

Headers

Content-TypeValue
Accept-Language

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/Savings/products \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!