List Credit Reasons
Retrieve a list of the Credit Reason entities created for your Organization. You can filter the list returned for the call by Credit Reason ID, Credit Reason short code, or by Archive status.
Authorizations
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
Path Parameters
UUID of the organization. The Organization represents your company as a direct customer of the m3ter service.
Query Parameters
Number of credit reasons to retrieve per page.
1 <= x <= 100nextToken for multi page retrievals.
List of Credit Reason IDs to retrieve.
List of Credit Reason short codes to retrieve.
TRUE / FALSE archived flag to filter the list. CreditReasons can be archived once they are obsolete.
- TRUE includes archived CreditReasons.
- FALSE excludes CreditReasons that are archived.