Skip to content

Releases: postmen/postmen-sdk-js

Obtain as-api-key authentication for making requests

09 Mar 13:01
54a18e5
Compare
Choose a tag to compare

Breaking Changes

  • Legacy API key is now deprecated and cannot be used for authentication. Please use this guide to obtain a modern API key for making requests with this version.

This update does not require any changes to your code base. However the legacy Postmen API key cannot be used anymore.

You can check which version of API keys you are using by looking at the header key used for authentication:

Type API Header Key
Legacy API Key postmen-api-key
Modern API Key as-api-key

Allowed the passing of custom headers

15 Dec 02:49
Compare
Choose a tag to compare
  • Can now pass allowed custom headers when making requests