http(s)://domain/api/v1/method
Пример запроса:
https://e.mail.ru/api/v1/collectors/add?
collect = [
{
email : 'test@mail.ru'
type : 'ftp',
password : '******'
}
]
Пример ответа:
{
"body" : [
{
"type" : {
"error": "invalid",
"value": "ftp"
}
}
],
"email" : "test@corp.mail.ru",
"status" : 400,
"htmlencoded" : true
}