Productsup

Retrieve a list of all export template tags of an export template

An export template tag is metadata of an export. This endpoint lists all export template tags of an export template.

GET
/V1/export-templates/{id}/export-template-tags

Authorization

bearerAuth
AuthorizationBearer <token>

ProductsUp Keycloak JWT bearer token.

In: header

Path Parameters

id*string

Export template id.

Response Body

application/json

application/json

application/json

curl -X GET "https://export-template-api.productsup.com/V1/export-templates/string/export-template-tags"
{
  "data": []
}
{
  "errors": {
    "message": "Resource access denied."
  }
}
{
  "errors": {
    "message": "Export template with id 123 not found."
  }
}