id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
c50cb547-f9f3-451b-8692-c3c8772e9560/1767c9d5-9e83-42ed-97a0-d8f14753ea58/3/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update group status
update the group status
200
New Example
{"status": 1, "groupupdated": "gs1234"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "groupupdated": {"type": "string"}}, "required": ["groupupdated", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/0e329036-6ee4-4d0d-be8a-e20deabc83ff/0/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update group name
update a group name
250
New Example
{"status": 0, "error": "invalid authentication"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/0e329036-6ee4-4d0d-be8a-e20deabc83ff/1/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update group name
update a group name
200
New Example
{"status": 1, "groupupdated": "gs1234"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "groupupdated": {"type": "string"}}, "required": ["groupupdated", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/0e329036-6ee4-4d0d-be8a-e20deabc83ff/2/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update group name
update a group name
285
New Example
{"status": 0, "error": "group name exists"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/0e329036-6ee4-4d0d-be8a-e20deabc83ff/3/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update group name
update a group name
276
New Example
{"status": 0, "error": "invalid group name"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/0e329036-6ee4-4d0d-be8a-e20deabc83ff/4/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update group name
update a group name
275
New Example
{"status": 0, "error": "invalid group"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/92efba7e-e562-4f2a-b369-dd9a4ab65412/0/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Create group
create a device group
295
New Example
{"status": 0, "error": "invalid status"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/92efba7e-e562-4f2a-b369-dd9a4ab65412/1/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Create group
create a device group
270
New Example
{"status": 0, "error": "invalid devices"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/92efba7e-e562-4f2a-b369-dd9a4ab65412/2/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Create group
create a device group
285
New Example
{"status": 0, "error": "group exists"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/92efba7e-e562-4f2a-b369-dd9a4ab65412/3/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Create group
create a device group
275
New Example
{"status": 0, "error": "invalid group name"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/92efba7e-e562-4f2a-b369-dd9a4ab65412/4/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Create group
create a device group
200
New Example
{"status": 1, "groupadded": "gs1234"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "groupadded": {"type": "string"}}, "required": ["groupadded", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/92efba7e-e562-4f2a-b369-dd9a4ab65412/5/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Create group
create a device group
250
New Example
{"status": 0, "error": "invalid authentication"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/3192ef5f-dace-419f-8f48-3267d026897b/0/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Read groups
read registered device groups
200
New Example
{"status": 1, "groups": {"gs111": {"name": "iOS", "devices": "123|1234|12345"}, "gs123": {"name": "Android", "devices": "4321|54321|1543"}, "gs222": {"name": "Alarm", "devices": "1111|2222|3333|4444"}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "groups": {"type": "object", "properties": {"gs111": {"type": "object", "properties": {"name": {"type": "string"}, "devices": {"type": "string"}}, "required": ["devices", "name"]}, "gs123": {"type": "object", "properties": {"name": {"type": "string"}, "devices": {"type": "string"}}, "required": ["devices", "name"]}, "gs222": {"type": "object", "properties": {"name": {"type": "string"}, "devices": {"type": "string"}}, "required": ["devices", "name"]}}, "required": ["gs111", "gs123", "gs222"]}}, "required": ["groups", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/3192ef5f-dace-419f-8f48-3267d026897b/1/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Read groups
read registered device groups
250
New Example
{"status": 0, "error": "invalid authentication"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/1f4e7185-186d-4b8c-afca-5ae067e9078e/0/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Delete device
delete a registered device
250
New Example
{"status": 0, "error": "invalid authentication"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/1f4e7185-186d-4b8c-afca-5ae067e9078e/1/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Delete device
delete a registered device
200
New Example
{"status": 1, "devicedeleted": 123}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "devicedeleted": {"type": "integer"}}, "required": ["devicedeleted", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/1f4e7185-186d-4b8c-afca-5ae067e9078e/2/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Delete device
delete a registered device
270
New Example
{"status": 0, "error": "invalid device"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/92cca0fd-3eb1-4d95-a689-2962be103e69/0/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update device status
set the device status to activ/inactive
250
New Example
{"status": 0, "error": "invalid authentication"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/92cca0fd-3eb1-4d95-a689-2962be103e69/1/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update device status
set the device status to activ/inactive
295
New Example
{"status": 0, "error": "invalid status"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/92cca0fd-3eb1-4d95-a689-2962be103e69/2/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update device status
set the device status to activ/inactive
270
New Example
{"status": 0, "error": "invalid device"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/92cca0fd-3eb1-4d95-a689-2962be103e69/3/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update device status
set the device status to activ/inactive
200
New Example
{"status": 1, "deviceupdated": 123}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "deviceupdated": {"type": "integer"}}, "required": ["deviceupdated", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/4c7bdb04-40f8-4384-ae70-87e425b7c9e2/0/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update device name
change the name of a specified device
276
New Example
{"status": 0, "error": "invalid device name"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/4c7bdb04-40f8-4384-ae70-87e425b7c9e2/1/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update device name
change the name of a specified device
270
New Example
{"status": 0, "error": "invalid device"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/4c7bdb04-40f8-4384-ae70-87e425b7c9e2/2/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update device name
change the name of a specified device
250
New Example
{"status": 0, "error": "invalid authentication"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/4c7bdb04-40f8-4384-ae70-87e425b7c9e2/3/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Update device name
change the name of a specified device
200
New Example
{"status": 1, "deviceupdated": 123}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "deviceupdated": {"type": "integer"}}, "required": ["deviceupdated", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/51272f38-5e6a-4a75-a08e-b550039523e6/0/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Read devices
Get a list of all your registered devices and device groups.
200
New Example
{"status": 1, "devices": {"53": "iPhone4", "78": "GT-P5110", "82": "Cindys iPhone6", "86": "iPad Air", "123": "iPhone6p", "143": "Windows Firefox", "267": "Lumia 550", "269": "PC Office WIN10", "318": "Windows Chrome", "418": "BV2000s", "484": "CUBOT GT72E", "1351": "HUAWEI MT7-L09", "1520": "Cindy's SATELLITE PRO", "a": "All Devices", "gs40": "Group: iOS", "gs44": "Group: Windows", "gs46": "Group: Android", "gs47": "Group: Browser"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "devices": {"type": "object", "properties": {"53": {"type": "string"}, "78": {"type": "string"}, "82": {"type": "string"}, "86": {"type": "string"}, "123": {"type": "string"}, "143": {"type": "string"}, "267": {"type": "string"}, "269": {"type": "string"}, "318": {"type": "string"}, "418": {"type": "string"}, "484": {"type": "string"}, "1351": {"type": "string"}, "1520": {"type": "string"}, "a": {"type": "string"}, "gs40": {"type": "string"}, "gs44": {"type": "string"}, "gs46": {"type": "string"}, "gs47": {"type": "string"}}, "required": ["123", "1351", "143", "1520", "267", "269", "318", "418", "484", "53", "78", "82", "86", "a", "gs40", "gs44", "gs46", "gs47"]}}, "required": ["devices", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/51272f38-5e6a-4a75-a08e-b550039523e6/1/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Read devices
Get a list of all your registered devices and device groups.
250
New Example
{"status": 0, "error": "invalid authentication"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/cf2a86bc-5b21-4468-a590-c826ddcc85ef/0/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Read messages
get all messages by device id
250
New Example
{"status": 0, "error": "invalid authentication"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/cf2a86bc-5b21-4468-a590-c826ddcc85ef/1/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Read messages
get all messages by device id
200
New Example
{"status": 1, "messages": {"21231": {"id": "21231", "title": "Pushsafer Test Push", "message": "This is only a test", "icon": "22", "iconcolor": "#FFCCCC", "sound": "12", "vibration": "3", "url": "https://www.pushsafer.com", "url_title": "Open Pushsafer", "image1": "", "image2": "", "image3": "", "time2live": "", "date_sent": "2018-08-21 16:00:23", "status_sent": "1", "priority": "2", "retry": "1", "retries": "10", "expire": "2018-08-21 18:00:23", "expired": "1", "reply": "1", "replied": "1", "answer": "This is a test answer", "answeroptions": "yes|no|maybe", "answerforce": "1", "location_lat": "51.0410180581", "location_lon": "12.3791688397", "location_time": "2019-07-01 22:29:30"}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "messages": {"type": "object", "properties": {"21231": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "message": {"type": "string"}, "icon": {"type": "string"}, "iconcolor": {"type": "string"}, "sound": {"type": "string"}, "vibration": {"type": "string"}, "url": {"type": "string"}, "url_title": {"type": "string"}, "image1": {"type": "string"}, "image2": {"type": "string"}, "image3": {"type": "string"}, "time2live": {"type": "string"}, "date_sent": {"type": "string"}, "status_sent": {"type": "string"}, "priority": {"type": "string"}, "retry": {"type": "string"}, "retries": {"type": "string"}, "expire": {"type": "string"}, "expired": {"type": "string"}, "reply": {"type": "string"}, "replied": {"type": "string"}, "answer": {"type": "string"}, "answeroptions": {"type": "string"}, "answerforce": {"type": "string"}, "location_lat": {"type": "string"}, "location_lon": {"type": "string"}, "location_time": {"type": "string"}}, "required": ["answer", "answerforce", "answeroptions", "date_sent", "expire", "expired", "icon", "iconcolor", "id", "image1", "image2", "image3", "location_lat", "location_lon", "location_time", "message", "priority", "replied", "reply", "retries", "retry", "sound", "status_sent", "time2live", "title", "url", "url_title", "vibration"]}}, "required": ["21231"]}}, "required": ["messages", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/9d9f2cce-589a-4ec1-bf58-075c45cb2bc4/0/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Send a push-notifications
Send a push-notifications by Pushsafer.com. To customize the push notification to your needs, the following values can be transmitted: title, message, icon, icon color, sound, vibration, image(s), device or device group, url, url title, time to live, priority, retry, expire, confirm, answer, answer options, force answer.
275
New Example
{"status": 0, "error": "invalid device group"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/9d9f2cce-589a-4ec1-bf58-075c45cb2bc4/1/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Send a push-notifications
Send a push-notifications by Pushsafer.com. To customize the push notification to your needs, the following values can be transmitted: title, message, icon, icon color, sound, vibration, image(s), device or device group, url, url title, time to live, priority, retry, expire, confirm, answer, answer options, force answer.
260
New Example
{"status": 0, "error": "empty message"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/9d9f2cce-589a-4ec1-bf58-075c45cb2bc4/2/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Send a push-notifications
Send a push-notifications by Pushsafer.com. To customize the push notification to your needs, the following values can be transmitted: title, message, icon, icon color, sound, vibration, image(s), device or device group, url, url title, time to live, priority, retry, expire, confirm, answer, answer options, force answer.
280
New Example
{"status": 0, "error": "not enough API calls"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/9d9f2cce-589a-4ec1-bf58-075c45cb2bc4/3/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Send a push-notifications
Send a push-notifications by Pushsafer.com. To customize the push notification to your needs, the following values can be transmitted: title, message, icon, icon color, sound, vibration, image(s), device or device group, url, url title, time to live, priority, retry, expire, confirm, answer, answer options, force answer.
255
New Example
{"status": 0, "error": "invalid key or empty message"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/9d9f2cce-589a-4ec1-bf58-075c45cb2bc4/4/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Send a push-notifications
Send a push-notifications by Pushsafer.com. To customize the push notification to your needs, the following values can be transmitted: title, message, icon, icon color, sound, vibration, image(s), device or device group, url, url title, time to live, priority, retry, expire, confirm, answer, answer options, force answer.
270
New Example
{"status": 0, "error": "invalid device"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/9d9f2cce-589a-4ec1-bf58-075c45cb2bc4/5/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Send a push-notifications
Send a push-notifications by Pushsafer.com. To customize the push notification to your needs, the following values can be transmitted: title, message, icon, icon color, sound, vibration, image(s), device or device group, url, url title, time to live, priority, retry, expire, confirm, answer, answer options, force answer.
250
New Example
{"status": 0, "error": "invalid key"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "error": {"type": "string"}}, "required": ["error", "status"]}
c50cb547-f9f3-451b-8692-c3c8772e9560/9d9f2cce-589a-4ec1-bf58-075c45cb2bc4/6/0
Pushsafer
Send & receive push-notifications by EMAIL, URL or API to your iOS, Android and Windows devices + browser!
1.7
Send a push-notifications
Send a push-notifications by Pushsafer.com. To customize the push notification to your needs, the following values can be transmitted: title, message, icon, icon color, sound, vibration, image(s), device or device group, url, url title, time to live, priority, retry, expire, confirm, answer, answer options, force answer.
200
success
{"status": 1, "success": "message transmitted", "available": 1823, "message_ids": "1324312:118,1324313:324"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "success": {"type": "string"}, "available": {"type": "integer"}, "message_ids": {"type": "string"}}, "required": ["available", "message_ids", "status", "success"]}
ec04df6e-c679-4877-9587-442f34aaca15/4eb07bcc-012d-4230-b346-6b2baee7becc/0/0
Phone Number Info
[Free] Simple API to find mobile phone Carrier , Country & Details
0.2
Phone Basic Info
Basic phone lookup
200
Response
{"data": "{\"success\":true,\"details\":{\"valid\":true,\"number\":\"31637333793\",\"international_format\":\"+31637333793\",\"country_code\":\"NL\",\"country_name\":\"Netherlands\",\"region\":\"\",\"city\":\"\",\"carrier\":\"Teleena Holding B.V.\",\"provider\":\"NETHERLANDS OTHER MOBILE\",\"flag_24px\":\"https:\\/\\/c99.nl\\/flags\\/24px\\/nl.png\",\"flag_72px\":\"https:\\/\\/c99.nl\\/flags\\/72px\\/nl.png\",\"flag_360px\":\"https:\\/\\/c99.nl\\/flags\\/360px\\/nl.png\"}}", "response": 200}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "string"}, "response": {"type": "integer"}}, "required": ["data", "response"]}
9ef42eea-1ed9-41d1-9998-a193e71f5944/02b5b183-fef0-409c-8fb2-74b44a47a1c1/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Getoutgoingmessagesjournal
Документация LastOutgoingMessages
200
null
[{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}]
{"type": "array", "items": {"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/62eaa776-6894-4b85-b5ad-c47685313b1e/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Markmessageasread
Документация ReadChat
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/c59fffc5-5a1f-4242-80c4-8221ecbf15bc/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Getavatarcontact
Документация GetAvatar
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/9bec2f72-696e-4737-ada6-2cf7d5193978/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Sendtext
Документация SendMessage
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/2db982ef-2666-4bf3-9ea5-a67cf882ffbf/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Setgrouppicture
Документация SetGroupPicture
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/08de233a-9096-44a4-a8e5-b1527aabeb55/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
SetDisappearingChat
Документация GetContacts
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/26fdc7cf-4006-4320-869f-03802d79b34c/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Sendlink
Документация SendLink
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/7dd2ca2c-4f4b-49cd-aaf0-7093000ff65d/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Deletegroupparticipant
Документация RemoveGroupParticipant
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/9adb886e-7c7d-4676-aee7-85b0e86032a0/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Getgroupdata
Документация GetGroupData
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/bd1dd248-a6f9-4e7a-9730-a105a03706bd/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Getincomingmessagesjournal
Документация LastIncomingMessages
200
null
[{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}]
{"type": "array", "items": {"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/07f51a98-3fc0-4c00-bf6e-af79d896a1e9/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
CheckWhatsAppavailability
Документация CheckWhatsapp
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/ea3dc1b8-ed09-4b08-a1ae-69755e880de6/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Changegroupname
Документация UpdateGroupName
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/f318b4c2-5100-4ea1-a349-ced405a7fcea/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Getcontacts
Документация GetContacts
200
null
[{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}]
{"type": "array", "items": {"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/5058655f-a7c9-4062-aa31-eb1162e370bf/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Setsystemproxy
Документация SetSystemProxy
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/711e0cba-0401-4e74-98b3-5a4d5c64d4f7/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Logoutaccount
Документация Logout
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/52f4eedf-fe9d-4528-9212-e6d3fb28fa1f/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Getaccountsettings
Документация GetSettings
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/423aec55-595b-45b3-b0e3-e0eeb78440e9/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Getaccountstate
Документация GetStateInstance
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/997e09f7-ad2a-4823-b478-c89cb5acfe3e/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Getchathistory
Документация GetChatHistory
200
null
[{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}]
{"type": "array", "items": {"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/cc46ed93-6108-4902-8530-30018aa44720/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Showmessagesqueue
Документация ShowMessagesQueue
200
null
[{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}]
{"type": "array", "items": {"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/edd6ca5c-8336-4800-9e06-73ae1af2be4d/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Setgroupadminrights
Документация SetGroupAdmin
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/415c853f-5be7-4072-93cc-e369dfbb19c7/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Setaccountsettings
Документация SetSettings
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/1e3282d2-0f43-4d41-8dfb-6fd4e127f4bb/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Leavegroup
Документация LeaveGroup
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/6dca860e-588b-458f-9101-a75f91fde960/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Removegroupadminrights
Документация RemoveAdmin
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/989ee751-e354-465e-90dd-89c6c8f4f0b0/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Getcontactinfo
Документация GetContacts
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/d9c84075-3521-4c21-9a9f-9acbf7397391/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Getchats
Документация GetContacts
200
null
[{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}]
{"type": "array", "items": {"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/053cfa5b-9028-4279-afe1-7bd8f126a2dd/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Addgroupparticipant
Документация AddGroupParticipant
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/01183c92-fe64-418e-a944-6ce84b4a0cd5/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Rebootaccount
Документация Reboot
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/4e06e84d-9b05-410f-9f67-eb3ba247eb92/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Setprofilepicture
Документация SetProfilePicture
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/9e86213b-a039-41d1-87c9-d0dd7017fb99/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Creategroup
Документация CreateGroup
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/10279fd2-8de9-4309-a611-257ba4c59140/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Clearmessagesqueue
Документация ClearMessagesQueue
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/d5c0877c-74d2-44e3-a78e-2cacab620dbe/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Sendvideo,audio,image,documentviaURL
Документация SendFileByUrl
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/bb36d84f-9df8-4040-b883-3dc6362d84dc/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
SendListMessage
Документация SendMessage
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/c721bf7b-b9d1-4709-801a-7aefd90a97ef/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Sendlocation
Документация SendLocation
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/e7eaa18f-9cdd-4111-a9a5-a2899561130d/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
SendTemplateButtons
Документация SendMessage
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/b5b4e2a6-316a-4518-844f-db6daf5659d9/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Getdeviceinfo
Документация GetDeviceInfo
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/1f774d5b-42c8-49f1-b14a-3aa49e32d7f3/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Sendvideo,audio,image,document
Документация SendFileByUpload
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/43e678bb-2f26-4491-b0a9-0789742ca608/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
SendButtons
Документация SendMessage
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
9ef42eea-1ed9-41d1-9998-a193e71f5944/4274fff1-b997-41ea-add4-d59fef30bc71/0/0
GREEN-API
Send and receive messages throue your own WhtasApp number for free. Use for CRM, Chat-Bots and etc.....
0.1
Sendcontact
Документация SendContact
200
null
{"wid": "79001234567@c.us", "countryInstance": "ru", "typeAccount": "vip", "webhookUrl": "https://mysite.com/webhook/green-api/", "delaySendMessagesMilliseconds": 0, "markIncomingMessagesReaded": "yes", "proxyInstance": "100.100.100.100:3535:login:password", "outgoingWebhook": "yes", "stateWebhook": "yes", "incomingWebhook": "yes", "deviceWebhook": "no"}
{"type": "object", "properties": {"wid": {"type": "string", "description": "", "default": "79001234567@c.us"}, "countryInstance": {"type": "string", "description": "", "default": "ru"}, "typeAccount": {"type": "string", "description": "", "default": "vip"}, "webhookUrl": {"type": "string", "description": "", "default": "https://mysite.com/webhook/green-api/"}, "delaySendMessagesMilliseconds": {"type": "integer", "description": "", "default": 3000}, "markIncomingMessagesReaded": {"type": "string", "description": "", "default": "yes"}, "proxyInstance": {"type": "string", "description": "", "default": "100.100.100.100:3535:login:password"}, "outgoingWebhook": {"type": "string", "description": "", "default": "yes"}, "stateWebhook": {"type": "string", "description": "", "default": "yes"}, "incomingWebhook": {"type": "string", "description": "", "default": "yes"}, "deviceWebhook": {"type": "string", "description": "", "default": "no"}}}
3fb307cf-d090-4936-8a3d-d419eeabb396/f04a0702-441d-42e3-a2f9-8899ea3e0dac/0/0
Disposable Email Checker API
Identify disposable or temporary email addresses. With this API, you can easily integrate disposable email checking capabilities into your applications, platforms, or services, enabling you to prevent the use of disposable emails for registration, user authentication, or communication purposes.
5.9
Check Email
Check Email
200
Disposable
{"status": "ok", "error": null, "data": {"isDisposable": true}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"isDisposable": {"type": "boolean"}}, "required": ["isDisposable"]}}, "required": ["data", "error", "status"]}
3fb307cf-d090-4936-8a3d-d419eeabb396/f04a0702-441d-42e3-a2f9-8899ea3e0dac/0/1
Disposable Email Checker API
Identify disposable or temporary email addresses. With this API, you can easily integrate disposable email checking capabilities into your applications, platforms, or services, enabling you to prevent the use of disposable emails for registration, user authentication, or communication purposes.
5.9
Check Email
Check Email
200
Not Disposable
{"status": "ok", "error": null, "data": {"isDisposable": false}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"isDisposable": {"type": "boolean"}}, "required": ["isDisposable"]}}, "required": ["data", "error", "status"]}
97687362-8f02-42b7-a396-9372646ae125/5cba342e-68dc-4ad9-86c7-faca9158d18f/0/0
Scout
Telephone Number Insight including Validation, Robocall and SPAM Detection, Reputation, Ported Status, Carrier, Timezone, and Geographic Information
9.7
Basic Phone Number Validation
Basic Phone Number Validation determine if a phone number is in a valid format determine if a phone number is impossible for a particular region properly format the number for various scenarios like international or local dialing attempts to determine line type determines country and country code
200
Response
{"original": "+12125551234", "sanitized": "12125551234", "e164": "+12125551234", "national": "2125551234", "full_national": "(212) 555-1234", "full_international": "+1 212-555-1234", "country": "US", "country_name": "United States", "country_code_prefix": "1", "area_code": "212", "valid_countries": ["US"], "invalid": false, "impossible": false, "type": "fixed_or_mobile", "possible_types": ["fixed_or_mobile"]}
{"type": "object", "properties": {"original": {"type": "string"}, "sanitized": {"type": "string"}, "e164": {"type": "string"}, "national": {"type": "string"}, "full_national": {"type": "string"}, "full_international": {"type": "string"}, "country": {"type": "string"}, "country_name": {"type": "string"}, "country_code_prefix": {"type": "string"}, "area_code": {"type": "string"}, "valid_countries": {"type": "array", "items": {"type": "string"}}, "invalid": {"type": "boolean"}, "impossible": {"type": "boolean"}, "type": {"type": "string"}, "possible_types": {"type": "array", "items": {"type": "string"}}}}
97687362-8f02-42b7-a396-9372646ae125/1598fe16-df6b-4452-837c-634516874316/0/0
Scout
Telephone Number Insight including Validation, Robocall and SPAM Detection, Reputation, Ported Status, Carrier, Timezone, and Geographic Information
9.7
Advanced Phone Number Lookup
Advanced Phone Number Information retrieves valuable technical data about a phone number validity approximate location timezone carrier line type ported status carrier robocall or spam score much more
200
Response
{"dialcode_e164": "+16502530000", "timezone": "America/Los_Angeles", "timezone_short": "PDT", "timezone_utc_offset": "-08:00", "region": "West", "sub_region": "Pacific", "administrative_area_level_3": null, "administrative_area_level_2": "San Francisco County", "administrative_area_level_1": "California", "administrative_area_level_1_short": "CA", "locality": "San Francisco", "sublocality_level_1": null, "point_of_interest": null, "neighborhood": null, "clli": "SNFCCASY", "switch_assignment_date": "2005-12-28T00:00:00.000Z", "country": "United States", "country_short": "US", "postal_code": "94108", "operating_company_name": "Twilio", "operating_company_type": "clec", "lata": "722", "ocn": "8826", "line_type": "voip", "location_routing_number": "+14159686199", "ported": true, "risk_rating": "highly_likely", "risk_level": 94, "ported_date": null, "dialcode_invalid": false, "dialcode_impossible": false, "notes": "Email us at support@icehook.com with any inquiries."}
{"type": "object", "properties": {"dialcode_e164": {"type": "string"}, "timezone": {"type": "string"}, "timezone_short": {"type": "string"}, "timezone_utc_offset": {"type": "string"}, "region": {"type": "string"}, "sub_region": {"type": "string"}, "administrative_area_level_3": {"type": "null"}, "administrative_area_level_2": {"type": "string"}, "administrative_area_level_1": {"type": "string"}, "administrative_area_level_1_short": {"type": "string"}, "locality": {"type": "string"}, "sublocality_level_1": {"type": "null"}, "point_of_interest": {"type": "null"}, "neighborhood": {"type": "null"}, "clli": {"type": "string"}, "country": {"type": "string"}, "country_short": {"type": "string"}, "postal_code": {"type": "string"}, "operating_company_name": {"type": "string"}, "operating_company_type": {"type": "string"}, "lata": {"type": "string"}, "ocn": {"type": "string"}, "line_type": {"type": "string"}, "location_routing_number": {"type": "string"}, "ported": {"type": "boolean"}, "risk_rating": {"type": "string"}, "risk_level": {"type": "integer"}, "ported_date": {"type": "null"}, "dialcode_invalid": {"type": "boolean"}, "dialcode_impossible": {"type": "boolean"}, "notes": {"type": "string"}, "switch_assignment_date": {"type": "string"}}}
94eacf19-d5a1-4443-9959-45e6a547d09d/345662d0-70c2-4abd-9242-c68746254531/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/RecordStop/
Stops the recording of a given call
200
null
{"Message": "RecordStop Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["RecordStop Executed", "CallUUID Parameter must be present", "RecordFile Parameter must be present", "RecordStop Failed -- Call not found", "RecordStop Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/6e8822fe-894e-4fa8-a40d-8421d0bab617/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferenceRecordStop/
Stops a conference recording
200
null
{"Message": "Conference RecordStop Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference RecordStop Executed", "ConferenceName Parameter must be present", "RecordFile Parameter must be present", "Conference RecordStop Failed", "Conference RecordStop Failed -- Conference not found"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/eccb197d-238a-4563-9ea5-4e6ac3111ae5/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/CancelScheduledHangup/
Cancels a scheduled hangup for a call
200
null
{"Message": "Scheduled Hangup Cancelation Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Scheduled Hangup Cancelation Executed", "SchedHangupId Parameter must be present", "Scheduled Hangup Cancelation Failed -- ID not found", "Scheduled Hangup Cancelation Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/1399013a-d29b-485e-a7b7-490667fe97c3/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/SchedulePlay/
Schedules media playback for a specific call
200
null
{"Message": "Play Executed", "Success": true, "SchedPlayId": "b2d1da90-c364-42e4-818a-2eb90a474729"}
{"required": ["Message", "Success", "SchedPlayId"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Play Executed", "CallUUID Parameter Missing", "Sounds Parameter Missing", "Time Parameter Missing", "Time Parameter must be > 0", "Legs Parameter is Invalid", "Length Parameter must be a positive integer", "Sounds Parameter is Invalid", "Play Failed -- Call not found", "Play Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}, "SchedPlayId": {"description": "Unique identifier of the scheduled playback request (UUIDv4)", "type": "string"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/dd22c5ba-270c-4d6f-ba8f-b02feefe2b8f/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/SoundTouch/
Applies SoundTouch effects to a live call
200
null
{"Message": "SoundTouch Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["SoundTouch Executed", "CallUUID Parameter Missing", "AudioDirection Parameter Must be 'in' or 'out'", "PitchSemiTones Parameter must be float", "PitchSemiTones Parameter must be between -14 and 14", "PitchOctaves Parameter must be float", "PitchOctaves Parameter must be between -1 and 1", "Pitch Parameter must be float", "Pitch Parameter must be > 0", "Rate Parameter must be float", "Rate Parameter must be > 0", "Tempo Parameter must be float", "Tempo Parameter must be > 0", "SoundTouch Failed -- Call not found", "SoundTouch Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/63489212-2e6d-49dc-a354-1f827d158a43/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/SoundTouchStop/
Removes SoundTouch effects from a given call
200
null
{"Message": "SoundTouchStop Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["SoundTouchStop Executed", "CallUUID Parameter Missing", "SoundTouchStop Failed -- Call not found", "SoundTouchStop Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/87456c71-f736-4a9a-984b-af715c19029d/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/TransferCall/
Replaces the RestXML flow of a live call
200
null
{"Message": "Transfer Call Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Transfer Call Executed", "CallUUID Parameter must be present", "Url Parameter must be present", "Url is not Valid", "Transfer Call Failed -- Call not found", "Transfer Call Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/83f3de2b-4925-47d6-8c20-7103f34dafa6/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/HangupCall/
Hangs up a specific call
200
null
{"Message": "Hangup Call Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Hangup Call Executed", "CallUUID or RequestUUID Parameter must be present", "Both CallUUID and RequestUUID Parameters cannot be present", "Hangup Call Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/859c1561-c37f-44d9-8dc0-ddab609a2a49/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/Play/
Plays media into a live call
200
null
{"Message": "Play Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Play Executed", "CallUUID Parameter Missing", "Sounds Parameter Missing", "Legs Parameter is Invalid", "Length Parameter must be a positive integer", "Sounds Parameter is Invalid", "Play Failed -- Call not found", "Play Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/6290325c-eaac-4ea4-91e0-be7b822bdb4a/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/PlayStop/
Interrupts media playback on a given call
200
null
{"Message": "PlayStop Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["PlayStop Executed", "CallUUID Parameter Missing", "PlayStop Failed -- Call not found", "PlayStop Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/d8cb9cfb-2a19-47f4-b538-465cd3c63605/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/Call/
Initiates an outbound call
200
null
{"Message": "Call Request Executed", "RequestUUID": "fc92f3f4-3777-43ed-b269-5b4a0d474b12", "Success": true, "RestApiServer": "localhost"}
{"required": ["Message", "RequestUUID", "Success", "RestApiServer"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Call Request Executed", "Mandatory Parameters Missing", "AnswerUrl is not Valid", "HangupUrl is not Valid", "RingUrl is not Valid", "Unknown Core UUID"]}, "RequestUUID": {"description": "Unique identifier of the Call request (UUIDv4)", "type": "string"}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}, "RestApiServer": {"description": "API server which handled this request (an Eqivo extension)", "type": "string"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/d99f3865-409c-4c06-a23a-4a17fe6ea74d/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/RecordStart/
Initiates recording of a given call
200
null
{"Message": "RecordStart Executed", "RecordFile": "/tmp/recordings/sample.wav", "Success": true}
{"required": ["Message", "RecordFile", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["RecordStart Executed", "CallUUID Parameter must be present", "FileFormat Parameter must be", "RecordStart Failed: invalid TimeLimit", "RecordStart Failed -- Call not found", "RecordStart Failed"]}, "RecordFile": {"description": "Directory path/URI where the recording file will be saved", "type": "string"}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/70071944-8122-4e2c-aa2d-34a17b609f2d/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/SendDigits/
Emits DMTF tones to a call
200
null
{"Message": "SendDigits Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["SendDigits Executed", "CallUUID Parameter Missing", "Digits Parameter Missing", "Invalid Leg Parameter", "SendDigits Failed -- Call not found", "SendDigits Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/0087fb3b-9364-45e5-9adc-f76c82bb3ed2/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferencePlay/
Plays media to one or more conference members
200
null
{"Message": "Conference Play Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference Play Executed", "ConferenceName Parameter must be present", "FilePath Parameter must be present", "MemberID Parameter must be present", "Conference Play Failed -- Conference not found", "Conference Play Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/33904115-82ef-4512-a98f-7c3af5372173/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferenceList/
Returns a list of all established conferences
200
null
{"Message": "Conference List Executed", "Success": true, "List": {}}
{"required": ["Message", "Success", "List"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference List Executed", "Conference List Failed to parse result"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}, "List": {"description": "List of established conferences", "type": "object"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/b9516e66-a6a2-4307-aef2-0ebcc94cbb64/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/BulkCall/
Initiates multiple concurrent outbound calls
200
null
{"Message": "BulkCalls Request Executed", "RequestUUID": [], "Success": true, "RestApiServer": "localhost"}
{"required": ["Message", "RequestUUID", "Success", "RestApiServer"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["BulkCalls Request Executed", "Mandatory Parameters Missing", "This Delimiter is not allowed", "BulkCalls should be used for at least 2 numbers", "'To' parameter length does not match 'Gateways' Length", "AnswerUrl is not Valid", "HangupUrl is not Valid", "RingUrl is not Valid", "Unknown Core UUID"]}, "RequestUUID": {"description": "Unique identifiers of each Call request (UUIDv4)", "type": "array", "items": {"type": "string"}}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}, "RestApiServer": {"description": "API server which handled this request (an Eqivo extension)", "type": "string"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/0c5d5254-667a-474c-807c-658f9d9c629e/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/CancelScheduledPlay/
Cancels a scheduled playback request
200
null
{"Message": "Scheduled Play Cancelation Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Scheduled Play Cancelation Executed", "SchedPlayId Parameter must be present", "Scheduled Play Cancelation Failed -- ID not found", "Scheduled Play Cancelation Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/a9ff960c-38fb-4636-ac8f-3354c024f6b6/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/GroupCall/
Initiate multiple racing outbound calls
200
null
{"Message": "GroupCall Request Executed", "RequestUUID": "fc01f3f4-4895-43ed-b269-5b4a0d474b12", "Success": true, "RestApiServer": "localhost"}
{"required": ["Message", "RequestUUID", "Success", "RestApiServer"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["GroupCall Request Executed", "Mandatory Parameters Missing", "This Delimiter is not allowed", "GroupCall should be used for at least 2 numbers", "'To' parameter length does not match 'Gateways' Length", "AnswerUrl is not Valid", "HangupUrl is not Valid", "RingUrl is not Valid", "ConfirmSound is not Valid", "Unknown Core UUID", "GroupCall Request Failed"]}, "RequestUUID": {"description": "Unique identifier of the Call request (UUIDv4)", "type": "string"}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}, "RestApiServer": {"description": "API server which handled this request (an Eqivo extension)", "type": "string"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/43bd8439-4e00-4d4d-9f1e-8801f1e5b228/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/HangupAllCalls/
Hangs up all established calls
200
null
{"Message": "All Calls Hungup", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["All Calls Hungup", "Hangup Call Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/ebec463b-2241-4f01-9e3f-7d56b02b9838/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ScheduleHangup/
Schedules a hangup for a specific call
200
null
{"Message": "ScheduleHangup Executed", "Success": true, "SchedHangupId": "21579000-0dca-4a75-bc1f-6eae8215a611"}
{"required": ["Message", "Success", "SchedHangupId"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["ScheduleHangup Executed", "CallUUID Parameter must be present", "Time Parameter must be present", "Time Parameter must be > 0!", "ScheduleHangup Failed -- Call not found", "ScheduleHangup Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}, "SchedHangupId": {"description": "Unique identifier of the scheduled hangup request (UUIDv4)", "type": "string"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/f987091f-f39a-4466-b78a-2f5405cd0f34/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferenceUnmute/
Restores audio from one or more conference members
200
null
{"Message": "Conference Unmute Executed", "Members": [], "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference Unmute Executed", "ConferenceName Parameter must be present", "MemberID Parameter must be present", "Conference Unmute Failed -- Conference not found"]}, "Members": {"description": "List of affected members", "type": "array", "items": {"type": "string"}}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}