Get account by id
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://mock.apidog.com/m1/365924-0-default/accounts/'
Responses
application/json {
"data": {
"id": 0,
"status": "ACTIVE",
"billToAddress": {
"street1": "string",
"street2": "string",
"city": "string",
"state": "string",
"countryCode": "string",
"zipCode": "/regex/"
},
"balance": 0,
"creditLimit": 0,
"cashOverLimit": false,
"cashOverDays": false,
"ageInDays": 0,
"defaultPayType": "CASH",
"payTypes": [
"CASH"
],
"priceCode": 0,
"taxCode": "string",
"maxDays": 0,
"signatureRequired": false,
"version": 0
}
}
Modified at 2025-05-09 18:36:40