---
title: "Get Smart Card Authorization by Card ID"
method: GET
path: "/v1/cards/{id}/auth_details"
tags: ["Cards"]
---

# Get Smart Card Authorization by Card ID

`GET /v1/cards/{id}/auth_details`

> 📘
>
> You can place the bearer `access_token` for a specific user into the Authentication section of this documentation 👉.

This endpoint returns card authorization risk assessment and recommendation data for a given user's card.

> 🚧
>
> This endpoint requires an enhanced client configuration for smart card authorization. Please contact customer support if you are interested in this feature.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `risk_factors` object
    - `blacklisted` boolean — Whether or not the card has been blacklisted by Astra
    - `address` object
      - `verified` boolean — Whether or not the card's address could be verified by the network
      - `zip_match` boolean — Whether or not the card's zip code matches the user's profile
    - `user` object
      - `age_risk` 'low' | 'high' — Risk level based on the user's DOB relative to the card details
      - `profile_risk` 'very-low' | 'low' | 'medium' | 'high' | 'very-high' — Risk level based on the user's entire profile
      - `phone_correlation_risk` 'very-low' | 'low' | 'medium' | 'high' | 'very-high' — Risk level based on correlation between the user and their phone
      - `email_correlation_risk` 'very-low' | 'low' | 'medium' | 'high' | 'very-high' — Risk level based on correlation between the user and their email
      - `first_name_match_risk` 'low' | 'high' — Risk level based on how correlated the card's first name matches the user's profile
      - `last_name_match_risk` 'low' | 'high' — Risk level based on how correlated the card's last name matches the user's profile
  - `auto_approval_recommendation` 'approve' | 'pending' | 'reject' | 'review' — A recommendation for action based on best-in-class security analysis of key data points

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/astra/apis/astra-developer-api.md) · [All operations](https://skmtc.net/astra/apis/astra-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astra/astra-developer-api/revisions/09f0430e5d33/schema)
