---
title: "Get noname card embossing info"
method: GET
path: "/embossing/v1/cards/noname/{cardId}"
tags: ["Embossing data"]
---

# Get noname card embossing info

`GET /embossing/v1/cards/noname/{cardId}`

Get noname card embossing group information.

Noname cards are batch-generated and not initially associated with customers, which occurs later.

Contact your Pismo representative to set up your embossing configuration and process. For more information on embossing, refer to the [Physical card embossing](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing) guide.

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

## Path parameters

- `cardId` string, required

## Response `200`

Get noname card embossing information response

- GetNonameEmbossingInfoResponse — Get noname embossing information object response
  - `program_id` number — Pismo program ID.
  - `card_id` integer — ID of card to create relationship for
  - `embossing_group` string — Embossing group name. Clients can work with multi-embossers. You can use this field to notify an embosser about a card request. If this parameter is not passed, and you work with multi-embossers, the default embosser is used. For more information, refer to the [Physical card embossing](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing) guide.

## Other responses

- `400` — Bad Request
- `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/revisions/935b62e16de4/schema)
