GET /v1/categories
The category tree.
Api-Key headeranonymous token
Anonymous. No sign-in, but this shared host cannot tell which auction house you mean, so it needs a tenant token from POST /v1/tokens/anonymous. Always send Api-Key as well.
Parameters
| Name | In | Type | Required |
showAll Include categories with no lots in them. | query | boolean | no |
Responses
GET /v1/categories/{id}
A single category.
Api-Key headeranonymous token
Anonymous. No sign-in, but this shared host cannot tell which auction house you mean, so it needs a tenant token from POST /v1/tokens/anonymous. Always send Api-Key as well.
Parameters
| Name | In | Type | Required |
id | path | integer (int32) | yes |
Responses
GET /v1/auctions/{id}/categories
The categories that appear in one auction.
Api-Key headeranonymous token
Anonymous. No sign-in, but this shared host cannot tell which auction house you mean, so it needs a tenant token from POST /v1/tokens/anonymous. Always send Api-Key as well.
Parameters
| Name | In | Type | Required |
id | path | integer (int32) | yes |
Responses