List Customer Accounts

List all of your customer accounts

GET or POST Request

circle-info

https://v1.api19.com/account/list/customers

Get a list of all of your sub accounts and types

HTTP Post Variables Supported

Argument

Required

Type

key

yes

api key

user_id

no

int, the user_id of customer

curl https://v1.api19.com/account/list/customers \
 -d 'key=api_token' \
 -d 'user_id=3033333'

Last updated