cURL
curl --request PATCH \ --url https://mag3nt.com/api/cards/{id}/controls \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "mcc_locks": "<string>", "daily_limit": 123, "max_transaction": 123 } '
{ "success": true }
Documentation IndexFetch the complete documentation index at: https://docs.mag3nt.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt
Use this file to discover all available pages before exploring further.
Session token from POST /api/auth/verify
Controls updated