Hello
Is there any Mikrotik documentation available for REST API integration through POSTMAN ?
Abhishek
Hello
Is there any Mikrotik documentation available for REST API integration through POSTMAN ?
Abhishek
I am too interested. Does anybody know about REST API through POSTMAN?
Postman would be way easier if there was a OpenAPI or swagger schema… Postman can load those which help a ton, since postman can use that to help build collections/tests/etc. There isn’t in forum or docs: http://forum.mikrotik.com/t/feature-request-openapi-for-rest-api/149360/1
Otherwise, you can use postman to build up the requests similar to curl and same store/run them from a postman collection manually.
Not sure what you’re planing to use postman for, but IMO you should understand variables so you can do stuff like this: “https://{{routerip}}/rest/{{cmd}}” to automate things more if that’s your goal with postman.
But the basic steps are hit “New”, create a “New HTTP Request”, then in the request:
Beyond that you should look at the Postman docs: https://learning.postman.com/docs/getting-started/introduction/
I created a schema that works with Postman, so the endpoints are pre-populated in a Postman collection. See here:
http://forum.mikrotik.com/t/rest-api-schema-for-postman-more/169502/1