post https://api.getknit.dev/v1.0/passthrough
Do take a look at App Base URLs
Do take a look at Base URLs for each app. The
path
should be the url you want to call after the base URL.For eg, if you want to make a passthrough request to:
https://api.bamboohr.com/api/gateway.php/$subDomain/v1/employees/123/
, then the path should beemployees/123/
If you want to override the Base URL, you can do so by providing the
baseUrl
key in the request body.