GET
/
v1
/
collections
/
{id}
curl --request GET \
  --url https://dev.api.mufi.app/v1/collections/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "collection_id": 123,
  "last_minted_item_id": 123,
  "is_soulbound": true,
  "chain": "WestendAssetHub",
  "error": "<string>",
  "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "status": "Pending",
  "owner": "<string>",
  "creator": "<string>"
}

Authorizations

x-api-key
string
header
required

The API Key you were given in the developer portal. API keys are associated with your organization's project application and can have read or write permissions and an optional expiration date.

Response

200
application/json

A collection.

The response is of type object.