Subscriber¶
Subscriber¶
/subscriber/
| method | POST |
| Auth | NO |
Input vars
| Parameter | Type | Description |
|---|---|---|
| email* | string | |
| name | string | User’s name |
| project | string | Project where email taken from(default: mabius) |
Response
| Parameter | Type | Description |
|---|---|---|
| id | integer | Id |
| string |
{
"status": "ok",
"response":
{
"id": 1,
"email": "email@example.com"
}
}