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