Документация SMARTCALLBACK API


Коды ошибок и предупреждений

001 - Required parameter is missing
002 - Required parameter is incorrect
003 - User with such Email is already exist
004 - Such Domain is connected already
005 - Parameter is incorrect
006 - Technical works on the API-server, please try later
007 - Client is not exist
008 - Domain is not exist
009 - Client Authorisation failed
010 - User is not exists
011 - Domain with domen_id or domen is not exist
012 - This client have not such domen
013 - Query is not found
014 - You must send some params to update Query
015 - You have not access for this client
016 - Tag is not exist
017 - You must send some params to update Tag
018 - Access denied
020 - To many links in sms body

Общая структура результирующих данных при ошибке

JSON:
{"result":0,"error":{"msg":"Required parameter is missing","code":"001"}}

Array
(
    [result] => 0
    [response] => Array
        (
            [msg] => Required parameter is missing
            [code] => 001
        )

)