List all collections

GET /collections

Returns a list of collections

Responses

  • 200

    Successful response.

    Hide response attribute Show response attribute object
    • data array[object]

      An array of collection objects

      Hide data attributes Show data attributes
GET /collections
curl \
 -X GET https://api.hansei.app/public/v1/collections
Response examples (200)
{
  "value": {
    "data": [
      {
        "id": "col_X1p7UscyehUFc6O4",
        "name": "Employee Onboarding"
      },
      {
        "id": "col_HIjpFiRemkbpHgUn",
        "name": "Customer Support"
      },
      "{...}",
      "{...}"
    ]
  }
}