Upgrading API version
Last updated
Was this helpful?
Last updated
Was this helpful?
When backward-incompatible changes are made to the API, a new dated version is released. You can view your current version in your .
It is recommended that when you are ready to upgrade your API version to the current version, you should add the version to your requests in the HTTP header as shown in the and then attempt test requests to ensure your integration will not break upon fully upgrading.
Once testing is complete, you can go into your dashboard and make the full upgrade. After that is complete, you should remove the Lob version header from your requests to ensure all your requests use your global version.
You will only need to specify a version if you would like to test a newer version of the API without doing a full upgrade. The API will return an error if a version older than your current one is passed in.
For more information about versioning see .