Get operations confirmation settings

API Method: GET /settings/opsConfirmation

Description:

This endpoint retrieves the operations confirmation settings for the authenticated user's account in the banking application. The settings determine the preferences and configurations related to the confirmation process for specific operations such as transfers, payments, and other transactions.

Request:

  • HTTP Method: GET
  • Endpoint: /settings/opsConfirmation
  • Authentication: This endpoint requires authentication (e.g., Bearer token or session ID) to ensure that only authorized users can retrieve the operations confirmation settings.

Query Parameters:

None.

Request Headers:

  • Authorization: Bearer <token> (required) — The token 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 current operations confirmation settings.
  • Content-Type: application/json

Possible Errors:

  • 401 Unauthorized: The request was made without proper authentication or with an invalid token.
  • 403 Forbidden: The user does not have permission to access the settings.
  • 500 Internal Server Error: An error occurred on the server while processing the request.

This request retrieves the user's current operations confirmation settings, including the methods and channels used to confirm transactions in the banking app.

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