Skip to content
TALA
Esc
navigateopen⌘Jpreview

Get a single collection by its ID

GET/api/collections/{id}
Authorization
AuthorizationBearer token (JWT) · headerrequired
Path parameters
idstringrequired
Header parameters
x-organization-idstring
Target organization id. Defaults to the caller's personal organization when omitted.
Responses
200OK
any
404Not Found
any
500Internal Server Error
any
Try it
Server
Authorization
Parameters
Request
curl -X GET "http://localhost:8000/api/collections/string" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{
  "id": "CLq4Wm7x1P",
  "title": "My Collection",
  "userId": "CRa7Bk9x2Q"
}