Contracts
Read all item types
Read all item types of a given contract
GET
/
contracts
/
{contractId}
/
item-types
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
contractId
string
requiredThe ID of the contract.
Response
200 - application/json
id
string
The ID of the item type.
contractId
string
The ID of the contract.
name
string
The name of the item type.
description
string
The description of the item type.
supply
number
The supply of the item type.
traits
object
The traits of the item type. The key is the name of the trait and the value is the value of the trait.
imageUrl
string
The image URL of the item type. Supported formats are PNG, JPEG, GIF or MP4.
uriNumber
number
The URI number of the item type.
Was this page helpful?