Skip to main content
All CollectionsModulesAdmin
How to use ProcureDesk APIs?
How to use ProcureDesk APIs?

Looking to customize your ProcureDesk experience using APIs? Use the following guide.

Updated over a week ago

Here is an API document, you can check all your required APIs - https://myprocuredesk.com/api-docs/index.html

Credentials -
Username: username
Password: password

First, you have to generate an auth_token, and then you can use the required APIs.

Here are the steps -

1. Open this API document - https://myprocuredesk.com/api-docs/index.html
2. Update servers to "Demo host" and add this URL in the box - myprocuredesk.com


3. Click on this API endpoint - api/login
4. Add this in the Request Body -

{
"api_user": {
"email": "email id", - Use your email id
"password": "password" - Use your password
}
}


5. Click on exexcute.
6. Check the Response, and copy the auth_token, and use this token in APISECRET for any APIs.

Did this answer your question?