get https://api.banking.netevia.dev/settings/cardProductSettings
API Method: GET /settings/cardProductSettings
GET /settings/cardProductSettings
Description:
This endpoint retrieves the settings and configurations for a user's card products (e.g., debit cards, credit cards) within the banking application. It allows the authenticated user to view important settings related to their card products, including transaction limits, card features, and preferences.
Request:
- HTTP Method:
GET
- Endpoint:
/settings/cardProductSettings
- Authentication: Requires authentication (e.g., Bearer token or session ID) to ensure only authorized users can access their card product settings.
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 aGET
method.
Response:
- Status Code:
200 OK
— On success, the API returns the card product settings for the authenticated user. - 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 card settings.404 Not Found
: No card product settings were found for the authenticated user.500 Internal Server Error
: An error occurred on the server while processing the request.
This request retrieves the user's card product settings, including transaction limits, allowed transaction types, and features like contactless payments, overdraft protection, and auto-lock settings for the specified card.