Description
I encountered an unexpected 404 Not Found error when attempting to retrieve contacts using the get_contacts method with the tenantId directly fetched from client.last_connection. However, if I first assign the tenantId to an intermediate variable and then use that variable in the get_contacts method, the call works as expected.
Description I encountered an unexpected 404 Not Found error when attempting to retrieve contacts using the get_contacts method with the tenantId directly fetched from client.last_connection. However, if I first assign the tenantId to an intermediate variable and then use that variable in the get_contacts method, the call works as expected.
404
Works as expected
Seems very odd to me.