Get Accounts
Sonoran CAD allows you to page through all community accounts via API.
Last updated
Was this helpful?
Sonoran CAD allows you to page through all community accounts via API.
Last updated
Was this helpful?
This API endpoint requires the Plus version of Sonoran CAD or higher. For more information, see our page.
POST
https://api.sonorancad.com/general/get_accounts
This endpoint allows you to page through all community accounts via API.
id
string
Your community's ID
key
string
Your community's API Key
type
string
GET_ACCOUNTS
data
array
Array of request objects
This endpoint uses "pagination" or "pages" to get all community accounts.
Page 1:
limit
= 100
and offset
of 0
returns the first 100 accounts
Page 2:
limit
= 100
and offset
of 100
returns the second 100 accounts
The status
parameter specifies what accounts will be returned.
0
Pending Account
1
Active Account
4
Banned Account