GET /manager/brand-tags/{id}

Path parameters

  • id integer Required

    The brand tag id

Responses

  • 200 application/json

    returns the brand tag

  • 403

    Forbidden - You don't have permission to access this route

  • 404

    Not found - The brand tag does not exist

GET /manager/brand-tags/{id}
curl \
 --request GET 'https://domain.tld/api/v2/manager/brand-tags/{id}'