Retrieve the overdraft agenda for a specific account.
GET/api/v1/accounts/:id/overdraft-agenda
This endpoint retrieves the overdraft agenda for the specified account ID. It provides details about transactions related to the overdraft and includes pagination information, based on the authenticated user's permissions.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Overdraft agenda retrieved successfully.
Invalid request parameters
Unauthorized access
Forbidden: You do not have permission to access this resource
Resource not found
Internal server error