List products
Requires read scope.
Authorization
bearerAuth AuthorizationBearer <token>
A personal access token (estp_) or space API key (ests_).
In: header
Path Parameters
id*string
Query Parameters
limit?integer
Range
1 <= value <= 200Default
50cursor?string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/space/string/products"{ "items": [ { "id": "string", "name": "string", "kind": "product", "unit": "string", "period": "string", "quantity": "string", "currency": "string", "model": "string", "updated_at": 0, "tag_id": "string", "tag_name": "string", "rate_count": 0, "cost_min": 0, "cost_max": 0, "price_min": 0, "price_max": 0, "margin": 0, "rates": [ { "max_units": 0, "cost": 0, "price": 0 } ] } ], "next_cursor": "string"}{ "message": "string"}{ "message": "string"}{ "message": "string"}