Verify Secret
This endpoint verifies a user account's secret ID.
This API endpoint requires the Standard version of Sonoran CAD or higher. For more information, see our pricing page.
Get Account
POST
https://api.sonorancad.com/general/verify_secret
This endpoint verifies a user account's secret ID.
Request Body
Name
Type
Description
id
string
Your community's ID
key
string
Your community's API Key
type
string
VERIFY_SECRET
data
array
Array of request objects
// Dictionary of Account UUID (key) and Secret (value)
{"91de0ce8-c571-11e9-9714-5600023b2434" : "41d2169d-3079-4a05-b92d-df2af78e8b3e"}
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "VERIFY_SECRET",
"data": [
{
"secret": "0000-0000-0000-0000" // GUID/UUID
},
]
}
Last updated
Was this helpful?