Get transfer's amount limits

API Method: GET /settings/transferLimits

Description:

This endpoint retrieves the transfer amount limits set for the authenticated user's account in the banking application. It allows the user to view the maximum and minimum transfer amounts they can initiate, as well as any specific limits imposed on different types of transfers (e.g., internal, external, or international transfers).

Request:

  • HTTP Method: GET
  • Endpoint: /settings/transferLimits
  • Authentication: Requires authentication (e.g., Bearer token or session ID) to ensure only authorized users can retrieve their transfer limits.

Query Parameters:

None.

Request Headers:

  • Authorization: Bearer <token> (required) — The token used to authenticate the request.
  • Content-Type: application/json (optional) — Specifies the format of the request, though not required for a GET method.

Response:

  • Status Code: 200 OK — On success, the API returns the transfer amount limits for the authenticated user's account.
  • Content-Type: application/json

Possible Errors:

  • 401 Unauthorized: The request was made without valid authentication or with an invalid token.
  • 403 Forbidden: The user does not have permission to access transfer limits.
  • 404 Not Found: No transfer limits are set or available for the authenticated user.
  • 500 Internal Server Error: An error occurred on the server while processing the request.

This request retrieves the current transfer limits for the authenticated user, including daily, monthly, internal, external, and international transfer limits, as well as the minimum transfer amount allowed.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!