Matrix Version: 6.26.1
I am trying to integrate with Shelterbuddy system to pull out the list of the pets.
API Docs:
https://shelterbuddy.atlassian.net/wiki/spaces/SbApi/pages/25198637/Authentication
Auth URL: https://demoURL.shelterbuddy.com/api/v2/authenticate?username=*********&password=#####
List URL: https://hawkesburynsw.shelterbuddy.com/api/v2/animal/list
I’ve been able to configure and retrieve the list in Postman, but I’m struggling to replicate the same behavior in Matrix using the REST Resource asset. While I’ve managed to handle the authentication part, I’m not sure how to execute multiple chained HTTP requests.
Can anyone please guide?