v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Embossing data

Get org embosser info

Get detailed information about an organization's embossing configurations.

The organization/tenant ID is derived from the access token.

For more information about embossing, refer to the Physical card embossing guide.

For detailed information about embossing flows, refer to Embossing flows.

Notes:

  • This endpoint requires an account token - an access token encoded with a Pismo account ID.

  • This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

get/embossing/v1/configurations/info

Response

Embosser objects.

Example response

{
  "configurations": [
    {
      "config_id": "acde070d-8c4c-4f0d-9d8a-162843c10333",
      "config_name": "Config-1",
      "embosser_name": "Embosser-1",
      "type": "nominal",
      "enable": true
    }
  ]
}