---
title: "Get org embosser info"
method: GET
path: "/embossing/v1/configurations/info"
tags: ["Embossing data"]
---

# Get org embosser info

`GET /embossing/v1/configurations/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](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing) guide.

For detailed information about embossing flows, refer to [Embossing flows](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing#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.

## Response `200`

Embosser objects.

- object
  - `configurations` EmbosserObject[]
    - `config_id` string, uuid — Embosser configuration/group ID. You can call [Get nominal card embossing info](https://developers.pismo.io/pismo-docs/reference/get-embossing-info) to get a card's embossing group. You can also call [Get org embosser info](https://developers.pismo.io/pismo-docs/reference/get-embossing-configurations-info) to get an embossing group's configuration ID.
    - `config_name` string — Configuration name
    - `embosser_name` string — Embosser name
    - `programs` integer[] — Program IDs
    - `type` 'noname' | 'nominal' — Type - `nominal` or `noname`
    - `enable` boolean — Is this configuration enabled?

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
