Access the Workday API in 2 minutes 💨
Create an integration
Authorize Workday
Call the Workday API
curl "https://api.nango.dev/proxy/v1/{connectionConfig.tenant}/workers" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"
{connectionConfig.tenant}
in the URL represents the tenant
. You can get this value from your connection configuration after creating the connection.Was this page helpful?