Get accounts - TBC
GET
/v1/accounts
Accounts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/accounts'
Response Response Example
200 - Example 1
[
{
"id": 0,
"code": "AUT01",
"fmsReference": "111111",
"contactInfo": {
"id": 0,
"firstName": "string",
"middleName": "string",
"surname": "string",
"email": "mrsasmith@emailprovider.com",
"telephone": "0800111111",
"mobile": "07777777777",
"fullName": "Mrs A Smith",
"mainContact": true
},
"address": {
"organisationName": "string",
"prefix": "string",
"name": "string",
"number": "string",
"address1": "string",
"address2": "string",
"town": "string",
"city": "string",
"county": "string",
"country": "string",
"postcode": "string",
"fullAddress": "string"
}
}
]
Request
Query Params
email
string
optional
Example:
{{emailAddress}}
code
string
optional
Example:
{{accountCode}}
name
string
optional
Example:
{{accountName}}
Responses
Modified at 2025-06-18 14:15:55