Use SDKs generated in Postman

View as Markdown

The Postman SDK Generator creates fully featured, production-ready SDKs from API 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.

For a live example of a generated SDK, see the Postman SDK, which is generated using the Postman API specification.

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

Publish generated SDKs

For language-specific publishing instructions, see Publish SDKs generated in Postman.