Array
(
    [diagnostic] => Array
        (
            [error_msgs] => you need secretkey or token
            [status] => 403
            [instruction] => Array
                (
                    [0] => you must have token to use our API
                    [1] => to get token you must request to this url 'api.tiket.com/apiv1/payexpress?method=getToken&secretkey=....' and add your secretkey
                    [2] => secretkey = apikey from company
                    [3] => token must be use every time you access API
                )

            [output_type] => array
        )

)