Credit assets
Retrieve a credit asset
Retrieves a credit asset by ID or code.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
curl -X GET "https://example.com/credit-assets/creass_IhMUl3rrZ3"{
"credit_asset": {
"object": "credit_asset",
"id": "creass_IhMUl3rrZ3",
"created_at": "2026-05-13T10:09:31.569Z",
"name": "USD promotional credits",
"description": "Promotional credits in USD for Northwind sandbox.",
"code": "USD",
"price": {
"model": "per_unit",
"amount": 250000,
"currency": "USD"
}
},
"meta": {
"request_id": "req_IhMUl3rrZ3"
}
}