Collections

Retrieve a Collection

Retrieves the details of a single collection.

get/collections/{id}

Path parameters

idstring required

Unique identifier of the collection.

Query parameters

metastring

What metadata to return in the response.

Response

Successful request

Example response

{
  "data": {
    "collection": "customers"
  }
}

Changes