Quick Start
Get your Access key
Access key is defined for each user and can be get in user preference page
Your IP must be whitelisted before you can call API so be sure to contact us first for whitelisting
Make your first request
To make your first request, send an authenticated request to the pets endpoint. This will create a pet, which is nice.
This endpoint is used to get a challenge token for login.
The operation to be performed. In this case, it should be "getchallenge".
getchallengeThe username of the user trying to get the challenge.
[email protected]Challenge Response
Bad Request
This endpoint is used to login to the system. The accessKey should be a MD5 hash of the concatenation of the token and the user access key.
The operation to be performed. In this case, it should be "login".
loginThe access key for the user. This should be a MD5 hash of the concatenation of the token and the user access key.
Login Response
Bad Request
Take a look at how you might call this method using our official libraries, or via curl:
Last updated