# Retrieve a card allowlist Returns an allowlist of cards created for production testing on Apple or Google Pay. Endpoint: GET /v1/tokenization_risk_controls/partner_tokenization_configurations Version: 1.0 ## Query parameters: - `token_requestor` (string, required) The token requester. Enum: "APPLE", "GOOGLE", "SAMSUNG" ## Response 200 fields (application/json): - `card_id` (array) An array containing a list of cards to be included in the allowlist. Example: ["8febdba4912a747808ccc6f95f82bpcrd"] - `partner_id` (string) Your partner ID. Example: "8febdba4912a747808ccc6f95f82bpar" - `token_requestor` (string) The token requester. Enum: "APPLE", "GOOGLE", "SAMSUNG" - `uuid` (string) The unique ID of the created allowlist. Example: "8febdba4912a747808ccc6f95f82bb2b" ## Response 400 fields (application/json): - `errors` (array) - `errors.title` (string) Example: "Failed to build pagination headers." - `errors.status` (string) Example: "400" - `errors.id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `errors.detail` (string) Example: "Cannot connect to database." - `errors.code` (string) Example: "build_pagination_headers_failure" ## Response 401 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "401" - `code` (string) Example: "unauthorized_action" - `title` (string) Example: "Unauthorized Action" - `details` (string) Example: "Unauthorized action is not allowed." ## Response 403 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `code` (string) Example: "forbidden_action" - `title` (string) Example: "Forbidden Action" - `details` (string) Example: "Forbidden to perform this action." ## Response 404 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `code` (string) Example: "model_not_found" - `title` (string) Example: "Model Not Found" - `details` (string) Example: "Partner tokenization configuration for APPLE not found."