We have updated our API Terms of Service. Please review the entire terms before continuing to use the API. Your use of the API means you accept and agree to the updated API Terms of Service found here: https://rescuegroups.org/api-terms-of-service/

Performing a login is only required to access private data. We recommend that you do not perform a login if you are only accessing public data.

Login request:

Array
(
  "username" => "johndoe",
  "password" => "99myPassword",
  "accountNumber" => 123456,
  "action" => "login"
)

Login response:

Array
(
[status] => ok
[message] => Login successful.
[data] => Array
  (
      [status] => ok
      [token] => EVguG4C8vyuQ
      [tokenHash] => 577ad920503e0331dbd20f5534e32b5d
   )
)
  • No labels