Verify Secret
This endpoint verifies a user account's secret ID.
Get Account
Request Body
Name
Type
Description
// Dictionary of Account UUID (key) and Secret (value)
{"91de0ce8-c571-11e9-9714-5600023b2434" : "41d2169d-3079-4a05-b92d-df2af78e8b3e"}INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "VERIFY_SECRET",
"data": [
{
"secret": "0000-0000-0000-0000" // GUID/UUID
},
]
}Last updated
Was this helpful?

