HTTP method: GET
URL of API call to Salesforce: https://kidshope.my.salesforce.com/services/data/v55.0/query?q=SELECT+Email%2C+FirstName%2C+LastName%2C+Contact_Type__c%2C+AccountId%2C+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Contact+WHERE+LastModifiedDate+%3E+2023-03-22T12%3A41%3A18Z+ORDER+BY+LastModifiedDate+ASC+LIMIT+25
SOQL query that was sent to Salesforce
SELECT Email, FirstName, LastName, Contact_Type__c, AccountId, Id, LastModifiedDate, CreatedDate FROM Contact WHERE LastModifiedDate > 2023-03-22T12:41:18Z ORDER BY LastModifiedDate ASC LIMIT 25
API result from Salesforce
Array
(
[code] => 401
[data] => Array
(
[0] => Array
(
[message] => Session expired or invalid
[errorCode] => INVALID_SESSION_ID
)
(
[code] => 401
[data] => Array
(
[0] => Array
(
[message] => Session expired or invalid
[errorCode] => INVALID_SESSION_ID
)
)
[from_cache] =>
[cached] =>
[is_redo] =>
)