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 /native/apps/{id}/install
id:
string
in path
(no description)
200 OK
OK
GET /native/connecterconnected
200 OK
OK
GET /native/connectors/{connectorname}/connect
connectorname:
string
in path
(no description)
200 OK
OK
POST /native/connectors/{connectorname}/connect/{integrationid}
connectorname:
object
in path
(no description)
integrationid:
string
in path
(no description)
200 OK
OK
GET /native/integrations
200 OK
OK
Response Example (200 OK)
{
"Version": "string",
"Content": "string",
"StatusCode": "string",
"ReasonPhrase": "string",
"Headers": "string",
"RequestMessage": "string",
"IsSuccessStatusCode": "boolean"
}
GET /native/integrations/{id}
id:
string
in path
(no description)
200 OK
OK
Response Example (200 OK)
{
"Version": "string",
"Content": "string",
"StatusCode": "string",
"ReasonPhrase": "string",
"Headers": "string",
"RequestMessage": "string",
"IsSuccessStatusCode": "boolean"
}
GET /native/integrations/{id}/configure
id:
string
in path
(no description)
200 OK
OK
GET /native/integrations/{id}/configure/put
id:
string
in path
(no description)
200 OK
OK
GET /native/integrations/{id}/execute
id:
string
in path
(no description)
trigger:
string
in query
(no description)
number:
string
in query
(no description)
200 OK
OK
Schema Definitions
HttpResponseMessage: object
- Version: string
- Content: string
- StatusCode: string
- ReasonPhrase: string
- Headers: string
- RequestMessage: string
- IsSuccessStatusCode: boolean
Example
{
"Version": "string",
"Content": "string",
"StatusCode": "string",
"ReasonPhrase": "string",
"Headers": "string",
"RequestMessage": "string",
"IsSuccessStatusCode": "boolean"
}