Look up a ProAbono Live API endpoint or object
get_api_referenceFetch the exact contract for a ProAbono API endpoint or object, including parameters, required fields, body schema, and responses, before generating API calls.
Instructions
Returns the exact contract of a ProAbono Live API endpoint (parameters, whether each is required, request body schema, responses) or of a named object such as Customer, Subscription, Offer, Feature or Usage. Use it before calling or generating a call to the ProAbono API, so parameter names and shapes come from the contract rather than from memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | No | A schema name, e.g. "Customer", "SubscriptionRequest", "Usage". | |
| endpoint | No | An endpoint path or fragment, e.g. "/v1/Customer" or "subscription". |