Appoptin
App optin
Fields
| Field | Description |
|---|---|
|
ip
string
(required) |
IP address Example value:"192.168.1.1" |
|
message
string
(required) |
The message shown for the optin Example value:"I accept" |
|
method
string
(required) |
Method used for optin Example value:"web" |
|
status
bool
(required) |
The status of the optin Example value:true |
|
ts
string
(required) |
Created timestamp Example value:"2018-03-26 15:32:17" |
Example
1{
2 "ip": "192.168.1.1",
3 "message": "I accept",
4 "method": "web",
5 "status": true,
6 "ts": "2018-03-26 15:32:17"
7}