---
title: "Fetch the details of a Motive Card"
method: GET
path: "/motive_card/v1/cards/{card_id}"
---

# Fetch the details of a Motive Card

`GET /motive_card/v1/cards/{card_id}`

## Path parameters

- `card_id` string, required

## Response `200`

200

- object
  - `id` string
  - `last_four_digits` string
  - `display_card_id` string
  - `name_line_1` string
  - `name_line_2` string
  - `status` string
  - `last_transaction_performed_at` string
  - `number_of_transactions` integer
  - `assigned_to` object
    - `entity_type` string
    - `entity_id` integer
    - `entity_name` string
  - `security_settings` object
    - `status` string
    - `is_locked` boolean
    - `unlocked_till` unknown
    - `vehicle_proximity_based_decline_settings` boolean
  - `spend_control_profile` object
    - `id` string
    - `name` string
    - `is_default` boolean
    - `created_at` string
    - `updated_at` string
    - `spend_limits` object
      - `daily_limit_in_cents` integer
      - `weekly_limit_in_cents` integer
      - `monthly_limit_in_cents` unknown
      - `transaction_limit_in_cents` unknown
      - `billing_cycle_spend_limit_in_cents` unknown
      - `daily_withdrawal_limit_in_cents` integer
      - `weekly_withdrawal_limit_in_cents` integer
      - `atm_withdrawal_enabled` boolean
      - `enable_days` string[]
      - `enable_start_time` string
      - `enable_end_time` string
      - `created_by` integer
    - `spend_categories` string[]

---

[API](https://skmtc.net/gomotive/apis/motive.md) · [All operations](https://skmtc.net/gomotive/apis/motive/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gomotive/motive/revisions/c71780e497f5/schema)
