---
title: "Retrieve a card allowlist"
method: GET
path: "/v1/tokenization_risk_controls/partner_tokenization_configurations"
tags: ["Testing allowlists"]
---

# Retrieve a card allowlist

`GET /v1/tokenization_risk_controls/partner_tokenization_configurations`

Returns an allowlist of cards created for production testing on Apple or Google Pay.

## Query parameters

- `token_requestor` 'APPLE' | 'GOOGLE' | 'SAMSUNG', required

## Response `200`

OK

- PartnerTokenizationConfigsResponse[]
  - `card_id` string[] — An array containing a list of cards to be included in the allowlist.
  - `partner_id` string — Your partner ID.
  - `token_requestor` 'APPLE' | 'GOOGLE' | 'SAMSUNG' — The token requester.
  - `uuid` string — The unique ID of the created allowlist.

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/solarisgroup/apis/cards-tokenization.md) · [All operations](https://skmtc.net/solarisgroup/apis/cards-tokenization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/cards-tokenization/revisions/15f03804be72/schema)
