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": "jsmith@example.com", "password": "<string>" }'
{ "status": "PASSING", "id": "<string>", "businessId": "<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
Account details retrieved successfully
The response is of type object.
object