v1
latestOpenAPI 3.1.02026-07-2617501.1 MBFetch a particular spend profile
get/motive_card/v1/spend_profiles/{spend_profile_id}
Path parameters
spend_profile_idstring required
Specify the ID of the spend profile for which you want to check detailed information.
Response
200
Example response
{
"id": "d6c8b63b-04a6-42a6-8703-8ebcc47693b9",
"name": "Tester",
"created_at": "2024-11-15T04:20:14.952Z",
"updated_at": "2024-12-23T13:14:08.578Z",
"is_default": true,
"spend_limits": {
"daily_limit_in_cents": 550000,
"weekly_limit_in_cents": 550000,
"monthly_limit_in_cents": 5500000,
"transaction_limit_in_cents": 300000,
"billing_cycle_spend_limit_in_cents": 5500,
"daily_withdrawal_limit_in_cents": 30000,
"weekly_withdrawal_limit_in_cents": 50000,
"atm_withdrawal_enabled": true,
"enable_days": [
"sun"
],
"created_by": 5239638
},
"spend_categories": [
"Fuel pump"
]
}