GrowthZone REST API API Reference
undefined
API Endpoint
https://app.memberzone.org
Request Content-Types: application/json
Response Content-Types: application/json
Schemes: https
Version: v1.0
Paths
GET /api/testinghelper/getme_hash/{source}/{formtype}
source:
string
in path
(no description)
formtype:
integer
in path
(no description)
POST /api/testinghelper/getme_signupkey
undefined
Request Example
{
"Email": "string"
}
200 OK
OK
Response Example (200 OK)
{
"SignupKey": "string",
"IsKeyValid": "boolean",
"IsSignupCompleted": "boolean",
"IsSignupBegan": "boolean"
}