Testing requests on REST API in Postman: Difference between revisions
From Planfix
(Created page with "{{#seo: |title=Testing REST API requests in Postman |titlemode=append |keywords=planfix, API, REST API, testing requests, Postman, REST API in Postman |description=Testing REST API requests in Postman }} To test and debug requests via REST API], use the [https://www.postman.com/ Postman] service. Follow these steps for a successful connection. *Invoke the import of Planfix REST API into Postman: https://s.pfx.so/pf/xM/RPduCs.jpg *Paste the link from the...") |
No edit summary |
||
Line 28: | Line 28: | ||
*Specify the address for API requests and save the settings: | *Specify the address for API requests and save the settings: | ||
https://s.pfx.so/pf/ | https://s.pfx.so/pf/Y6/WKeUBi.jpg | ||
Please note that each Planfix account has its address for API requests, which looks like this | Please note that each Planfix account has its address for API requests, which looks like this |
Revision as of 15:03, 26 January 2024
To test and debug requests via REST API], use the Postman service. Follow these steps for a successful connection.
- Invoke the import of Planfix REST API into Postman:
- Paste the link from the Planfix REST API documentation page and click the "Continue" button:
< nowiki > https://help.planfix.com/restapidocs/swagger.json</nowiki >
- Then click the "Import" button in the new window:
- Specify the authorization token from the Planfix REST API section:
- Specify the address for API requests and save the settings:
Please note that each Planfix account has its address for API requests, which looks like this
< nowiki > https://account_domain/rest</nowiki >
Now, everything is ready for testing and debugging requests in Postman.
Additional information