This article will guide you through the process of using Postman to test Techdinamics' Application Programming Interfaces (APIs).
GETTING STARTED
Before you can start testing APIs, you will need to:
- Obtain API credentials
- Select the method you would like to test
You can find the API credentials and method information for each Teachdinamics' product API in the following resources:
- Getting started using techSHIP API [Information] & techSHIP API best practices [Information]
- Getting started using techTRACK API [Information]
- Getting started using integratedFlow API [Information]
- Getting started using techOMS API [Information]
- Getting started using techTMS API [Information]
WARNING: API credentials are sensitive and should be handled securely. Avoid sharing or exposing them.
TEST API CALL
To test an API call on a method of your choice:
1. Select the corresponding HTTP method and enter the corresponding API URL.
2. Add the corresponding mandatory keys.
3. From the Headers tab, add the mandatory API credentials.
4. Press Send.
If the execution is successful, the API will return a response with a status code of 200:
If the execution fails, the API will return a different status code. This code can be used to identify what went wrong. Review the response code and headers for details on the issue and guidance on how to resolve it:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article