Brand
Macros
Get Macro

Get Macro

Fetch a macro with enhanced data and active version conditions.

Overview

  • Method: GET
  • Path: /brand/macros/get-macro/<id>
  • Tags: brand

Parameters

No parameters required.

Request Body

No request body required.

Responses

200

Successful response

Content Type: application/json

{}

400

Bad Request

Content Type: application/json

{}

401

Unauthorized

404

Not Found

500

Internal Server Error

Example Usage

curl -X GET \
  https://api.pillexa.com/brand/macros/get-macro/<id> \
  -H "Content-Type: application/json" \