Versioning

The GPS API version is indicated in the URL path for each resource. For example: https://cardsapi-uat.globalprocessing.net/v1/cards demonstrates that the API is on Version 1.

<-- GPS employ a major-minor-patch version strategy and will increment a major version of the API when a new version introduces backwards-incompatible changes to the API. Ensure that your application gracefully handles API revisions by allowing for additional, unspecified resource fields in the response and for variable response sizes.
-->

You can find the current minor and patch version of your API by using the Service Status Check endpoint.

👍

API Explorer

See the Service Status Check endpoint.