---
title: "List the Motive Cards of your company"
method: GET
path: "/motive_card/v1/cards"
---

# List the Motive Cards of your company

`GET /motive_card/v1/cards`

## Query parameters

- `last_four_digits` string
- `status_list` string[]
- `driver_ids[]` integer[]
- `vehicle_ids[]` integer[]
- `spend_control_profile_ids` string[]
- `mobile_based_unlock` boolean
- `proximity_based_decline` boolean
- `transaction_requirements` string
- `group_ids[]` integer[]
- `per_page` integer
- `page_no` integer

## Response `200`

200

- object
  - `cards` object[]
    - `id` string
    - `last_four_digits` string
    - `display_card_id` string
    - `name_line_1` string
    - `name_line_2` string
    - `status` string
    - `created_at` string
    - `updated_at` string
    - `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[]
  - `pagination` object
    - `per_page` integer
    - `page_no` integer
    - `total` integer

---

[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)
