Get Version

This endpoint allows you to check your Sonoran CAD subscription version.

Get Version

POST https://api.sonorancad.com/general/get_version

This API endpoint gets the current plan used by the community.

Request Body

NameTypeDescription

id

string

Your community's ID

key

string

Your community's API Key

type

string

GET_VERSION

data

array

Array of request objects

0 - FREE
1 - STARTER
2 - STANDARD
3 - PLUS
4 - PRO
6 - SONORAN ONE
{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "type": "GET_VERSION",
    "data": []
}

Last updated