For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a single item by ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Query parameters
includestring · max: 255Optional
Responses
200Success
application/json
objectOptional
get/items/{id}
GET /your-tenant/api/v1/items/{id} HTTP/1.1
Host: plan.claret.app
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{}

Last updated

Was this helpful?