Hello,
The API library I am working with does not have a specific API endpoint for user credential verification. All of the available APIs are basically queries to the database I am connecting to.
The API requires an API key, as well as a user name and password (all of which I have). Is there a way to have Zapier authenticate the account without a user verification API endpoint?
I asked the API developers and they said to try using any of the API calls and see if it returned a 200 server response. I tried this, but since all of the API calls involve a query Zapier returns an error.
The API documentation is here if it helps:
https://connect.aegispremier.com/help
Also, if a user authentication API is required is there an easy way to have this implemented? Ideally a “drop in and go” (or as close as possible) solution? I realize that this would probably depend on the programing language(s) used for the API, but I don’t have that info at this time. I ‘d like to try and make it as easy as possible on the API developers to add in this feature if needed.
I appreciate any insight from the community.
Thank you!