Specifying the API Version
To specify the API version, include theX-BuildPass-Api-Version header in your requests. Currently, the only available version is v1.
If the X-BuildPass-Api-Version header is not included in your request, the API will return a bad request error.
OAuth endpoints (
/oauth/authorize, /oauth/token, /oauth/revoke) default to v1 when the version header is omitted. This enables browser redirects for authorization flows where custom headers cannot be set.Example request
When making a request, include theX-BuildPass-Api-Version header set to v1.