ReferenceProducts
List products
`limit` defaults to 50. `q` matches against the product name. Results are ordered newest first. Pass the previous response's `nextCursor` as `cursor` to page.
Authorization
apiKey AuthorizationBearer <token>
A Hashira API key.
In: header
Query Parameters
q?string
limit?integer
Range
1 <= value <= 100cursor?string
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/products"{ "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "isActive": true, "createdAt": "2019-08-24T14:15:22Z" } ], "nextCursor": "53a4a333-2825-45a4-80d2-5f430d088f36"}