Can i use postman to automate other APIs rather than REST APIs?

I am having methods in C# library. can i use postman to automated methods in c# library?
Also, can postman be used for other APIs automation rather than only REST api?

Hi @sherykhanlar ,

Welcome to the community :slight_smile:

postman supports http and websocket APIs only (@arlem thanks for the correction) , and in http it supports graphQL, rest, and SOAP

in this Rest is an architectural style, GRapQL is a query language and SOAP is an Protocol

Hey @sherykhanlar, welcome to the community!

Postman also supports WebSocket APIs, and we’ll soon be adding more to the list. :slightly_smiling_face:

4 Likes