Retrieve a PhaxCode
Method
Paths
-
phax_code
to retrieve default PhaxCode -
phax_codes/IDENTIFIER
to retrieve a custom PhaxCode, whereIDENTIFIER
is PhaxCode identifier
Formats
Extension | MIME Type | Description |
---|---|---|
.json | application/json | JSON response |
.png | image/png | Barcode image |
Response
If format is .json
(default), a JSON object with success
, message
, and data
attributes is returned.
If the format is .png
, the image data is dumped in the response.