cURL
curl --request GET \ --url https://api.voltview.co.uk/v1/suppliers/accounts \ --header 'Authorization: Bearer <token>'
[ { "referenceId": "<string>", "id": "<string>", "status": "PASSING", "reason": "<string>", "isTest": true, "createdAt": "2023-11-07T05:31:56Z" } ]
Get all accounts under the projects.
JWT token obtained from /v1/requestToken endpoint
Filter to accounts by the date
Filter to accounts by isTest
Filter to accounts by supplier
Filter to accounts by referenceId
Account created successfully
Reference identifier
Account identifier
Account connection status
PASSING
FAILING
Reason for failing
Test accounts are deleted after 30 days.
Date the account was created