GET
/
v1
/
suppliers
/
accounts
/
{id}
curl --request GET \
  --url https://api.voltview.co.uk/v1/suppliers/accounts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "PASSING",
  "id": "<string>",
  "businessId": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Path Parameters

id
string
required

Account ID

Response

200
application/json

Account details retrieved successfully

The response is of type object.