Expensify
API configuration: expensify
Features
Features
Status
🚫 (time to contribute: <48h)
If you need additional features, we can add them within 48 hours—reach out to the community for assistance.
Getting started
Need help? Join the community to get assistance with setup.
API gotchas
Expensify uses
Basic
authentication. Set yourpartnerUserID
as the Username andpartnerUserSecret
as the Password.After establishing a connection, use the Basic credentials like this:
const connection = await terapi.getConnection();
let credentials = ;
if ('username' in connection.credentials && 'password' in connection.credentials) ;
} else );
}
const postData = 'requestJobDescription=' + encodeURIComponent(JSON.stringify(
}));
const resp = await terapi.post(,
data: postData,
});
Add Connection configuration in Terapi by editing this page.
Last updated