GuidesAPI Reference
API Reference

Gets the latest available catalog version

Returns information about the latest version for the given catalog. If the catalog doesn't contain any versions a 404 will be returned.

Query Params
int64
required

The catalog version returned from a prior request to /versions/latest. The version from each request should be saved so that it can be used in the startVersion parameter of subsequent requests. If there is no version from a prior request, set the parameter to -1.

string

Billing Tag is an optional free-form tag which is used for grouping billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Responses

400

Bad Request - indicates that the request failed the validation, e.g. syntax check is failing, logical errors exist or required parameters are missing.

401

Unauthorized

403

Forbidden

404

Catalog does not exist or the catalog doesn't contain any versions.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json