Skip to main content
GET
Get Item

Path Parameters

customer_type
enum<string>
required

The type of customer

Available options:
user,
team,
custom
Example:

"user"

customer_id
string
required

The ID of the customer

Example:

"user_1234567890abcdef"

item_id
string
required

The ID of the item to retrieve

Example:

"credits"

Response

200 - application/json

Successful response

id
string
required

The ID of the item

Example:

"credits"

display_name
string
required

The human-readable name of the item

Example:

"API Credits"

quantity
number
required

The current quantity of the item (can be negative)

Example:

1000