Use SDKs generated in Postman

View as Markdown

The Postman SDK Generator creates fully-featured, production-ready SDKs from OpenAPI specifications or Postman collections. Each SDK includes:

  • Type-safe models representing API request/response structures
  • Service classes for each API endpoint group
  • Authentication handling (API Key, Bearer Token, Basic Auth, OAuth)
  • Built-in error handling and validation
  • Example projects demonstrating SDK usage
  • Comprehensive documentation for all services and models

View the following topics to learn how to install and use your generated SDKs in your applications, with code examples for each supported language.