Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Array 
( 
    [client_id] => 895a20081f9b4bd525a45dae693f07fa 
    [endpoint] => http://www.localhost.com/ 
    [client] => Array 
        ( 
            [email] => client@email.com
            [first_name] => Raymond 
            [last_name] => Benc 
        ) 

    [product] => Array 
        ( 
            [id] => 1226 
            [paid] => 18 
        ) 

    [auth] => Array 
        ( 
            [id] => 454ddc73ae7e1fef2efc7fa7056d75f5 
            [key] => 89f91f85ace75d1e5a314433e8e09b68 
        ) 

) 
KeyTypeDescription
client_idstringThis is the unique client ID.
endpointstringURL to the clients site.
clientarrayClients details, which include their email, first & last name.
productarrayIncludes what product the client installed and how much they paid (If free, it will be 0).
autharrayThis is the public and private key for your app, which you can identify as a valid webhook coming from our servers.