Testing requests on REST API in Postman

From Planfix
Revision as of 14:01, 26 January 2024 by Dmitri (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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:

RPduCs.jpg

  • Paste the link from the Planfix REST API documentation page and click the "Continue" button:

< nowiki > https://help.planfix.com/restapidocs/swagger.json</nowiki >

Z7ngNr.jpg

  • Then click the "Import" button in the new window:

Bwi1Df.jpg

  • Specify the authorization token from the Planfix REST API section:

liXuMM.jpg

  • Specify the address for API requests and save the settings:

6A2f7m.jpg

Please note that each Planfix account has its address for API requests, which looks like this

< nowiki > https://account_domain/rest</nowiki >

Df8rmn.jpg

Now, everything is ready for testing and debugging requests in Postman.

Additional information


Go To