Credit

Get a credit

Get a single credit by its ID, scoped to your company. The response carries the credit's live computed status and remaining_balance alongside its stored fields. Returns 404 if no such credit exists for your company or it has been soft-deleted.

Required permission: credits_permissions_view. The authenticated user must also have access to the requested credit under their team restrictions.

get/public/v1/credits/{id}

Path parameters

idstring required

The credit's ID (as returned in the id field of a credit).

Response

A single credit

Changes

No recorded changes to this endpoint across all 1 revision of this API.