cURL
curl --request POST \ --url https://business.bfinance.app/external/api/budget-cards/{id}/email \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
{ "status": "success", "message": "<string>" }
JWT authentication token
New email address
Email successfully updated
"success"
Was this page helpful?
Contact support