cURL
curl --request POST \ --url https://business.bfinance.app/external/api/cards/{id}/email \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com" } '
{ "status": "success", "message": "Email has been updated" }
Updates the email associated with a specific card
JWT authentication token
ID of the card to update the email for
The new email to associate with the card
"user@example.com"
Successfully updated the email
"success"
"Email has been updated"
Was this page helpful?
Contact support