Productsup

Retrieve a list of export brands

An export brand is the brand of the export marketing resource. This endpoint lists all export brands.

GET
/V1/export-brands

Authorization

bearerAuth
AuthorizationBearer <token>

ProductsUp Keycloak JWT bearer token.

In: header

Response Body

application/json

curl -X GET "https://export-template-api.productsup.com/V1/export-brands"
{
  "data": [
    {
      "id": 2638,
      "name": "name 2"
    },
    {
      "id": 2637,
      "name": "name 1"
    }
  ]
}