GET
/
v1
/
team
/
inventory
curl --request GET \
  --url https://api.oneofnone.io/v1/team/inventory \
  --header 'x-api-key: <api-key>'
[
  {
    "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "chip": {
      "name": "<string>",
      "category": "TAG",
      "image": {
        "alt": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "description": "<string>",
        "file_type": "<string>",
        "id": 123,
        "poster_url": "<string>",
        "size": 123,
        "tags": [
          "<string>"
        ],
        "thumbnail_url": "<string>",
        "updated_at": "2023-11-07T05:31:56Z",
        "url": "<string>"
      },
      "sku": "<string>"
    },
    "total_available": 123,
    "total_encoded": 123,
    "total_owned": 123,
    "total_reserved": 123,
    "total_damaged": 123,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

The API key required for accessing protected routes. It should be included in the request headers as x-api-key.

Response

200
application/json

Successfully retrieved team inventory.

The response is of type object[].