Retrieve detailed information about a specific credit limit by its unique identifier.
Request
GET https://tupel.com/api/limits/{uid}/
Authentication
This endpoint requires basic authentication with your Organization ID and API Key.
Path Parameters
- uid string Required
The unique identifier of the credit limit to retrieve.
Notes
- This endpoint returns all details for a specific credit limit, including the associated entity information.
- The credit limit must belong to your organization to be accessible.
- The response includes real-time balance information, which reflects the current loan utilization against the credit limit.
- The
balance
field represents the amount of credit still available to the entity. - The
rate
field indicates the default interest rate that will be applied to loans created against this credit limit. - Before creating a loan, check the available balance to ensure sufficient credit is available.