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"
},
"{...}",
"{...}"
]
}
}
Response examples (200)
{
"value": {
"data": [
{
"id": "col_X1p7UscyehUFc6O4",
"name": "Employee Onboarding"
},
{
"id": "col_HIjpFiRemkbpHgUn",
"name": "Customer Support"
},
"{...}",
"{...}"
]
}
}