Build with Estii

Export products

GET
/v1/space/{id}/products/export

Requires read scope.

Authorization

bearerAuth
AuthorizationBearer <token>

A personal access token (estp_) or space API key (ests_).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/space/string/products/export"
{  "meta": {    "exported_at": 0,    "space_id": "string",    "space_name": "string"  },  "tags": [    {      "id": "string",      "name": "string"    }  ],  "products": [    {      "id": "string",      "name": "string",      "unit": "string",      "period": "string",      "quantity": "string",      "currency": "string",      "model": "string",      "updated_at": 0,      "tag_id": "string",      "rates": [        {          "max_units": 0,          "cost": 0,          "price": 0        }      ]    }  ]}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}