Python SDK
Wallets
Get a credit allocation
Retrieve a single credit allocation by ID, including its full transaction history.
GET
Python SDK
Authorizations
Path Parameters
The unique credit allocation identifier
Response
Credit allocation fetched successfully
Example:
200
Example:
"Credit transactions fetched successfully"
A single credit allocation together with its full transaction history. Returned by
GET /api/v1/credit_systems/v2/credit-allocations/{id}. The allocation listing endpoint
does not embed transactions — fetch them via the wallet transactions endpoints instead.

