GET
/
contracts
/
{contractId}
/
item-types
/
{itemTypeId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <API_KEY>.

Path Parameters

contractId
string
required

The ID of the contract to which the item type belongs.

itemTypeId
string
required

The ID of the item type.

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.