cURL
curl --request PUT \ --url https://api.voltview.co.uk/v1/suppliers/accounts/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "password": "<string>" } '
{ "status": "PASSING", "id": "<string>", "referenceId": "<string>", "reason": "<string>" }
Update the account credentials stored in the system for a specific account ID.
JWT token obtained from /v1/requestToken endpoint
Account ID
Email for utility supplier account
Password for utility supplier account
Account details retrieved successfully
Account connection status
PASSING
FAILING
Account identifier
Business identifier
Reason for failing