cURL
curl --request PATCH \ --url https://reelmirror.com/api/v1/api-keys/{key_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "monthly_limit_cents": 500050 } '
{ "data": { "id": "<string>", "name": "<string>", "monthly_limit_cents": 123 } }
API key (rm_xxx) or JWT token
Monthly spending limit in cents. Set to null to remove limit.
100 <= x <= 1000000
Key updated
Show child attributes