For the complete documentation index, see llms.txt. This page is also available as Markdown.

Versions

The API version required should be specified in the URL of the request.

To specify the version required, place a v followed by the first version digit itself e.g. v2. This should then be placed directly proceeding the TLD, before the endpoint required.

A valid request to the API including the version number therefore would be:

https://api.example.com/v2/login

Was this helpful?