---
title: "List all the spend profiles of your company"
method: GET
path: "/motive_card/v1/spend_profiles"
---

# List all the spend profiles of your company

`GET /motive_card/v1/spend_profiles`

## Query parameters

- `default_first` boolean
- `sort_field` 'name' | 'created_at' | 'updated_at'
- `sort_direction` 'asc' | 'desc'
- `page_no` integer
- `per_page` integer

## Response `200`

200

- object
  - `spend_control_profiles` 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` integer
      - `transaction_limit_in_cents` integer
      - `billing_cycle_spend_limit_in_cents` integer
      - `daily_withdrawal_limit_in_cents` integer
      - `weekly_withdrawal_limit_in_cents` integer
      - `atm_withdrawal_enabled` boolean
      - `enable_days` string[]
      - `enable_start_time` unknown
      - `enable_end_time` unknown
      - `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)
