Authorization Response

Array
(
    [status] => 200
    [message] => Your authorization request was successful.
    [data] => Array
        (
            [client_id] => IntegrationAPIExample
            [token] => eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjbGllbnRfaWQiOiJJbnRlZ3JhdGlvbkFQSUV4YW1wbGUiLCJuYmYiOiIxNzkwMjIxNjc4IiwiaWF0IjoiMTc5MDIyMTY3OCIsImV4cCI6MTc5MDIyMzQ3OH0.h2SW_qdref929cVFS9-dErcBN-cb0n0ZXYqBTJX6gfE
            [expires] => 1790223478
        )

)

Events Query Response

HTTP Code: 200

Array
(
    [status] => 200
    [message] => Your request was successful however no results were found.
    [start_date] => 22:47 23-09-2026
    [end_date] => 23:59 16-12-2026
    [series_result_url] => 
    [data] => Array
        (
            [count] => 0
            [available] => 0
            [start_date] => 1790221679
            [end_date] => 1797487140
            [offset] => 0
            [sort_parameters] => ORDER BY event_list.start_time ASC
            [event_summary] => Array
                (
                )

            [event_list] => Array
                (
                )

        )

)