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