cURL
curl --request GET \ --url https://{tenant_name}.{region}.techwolf.ai/version \ --header 'Authorization: Bearer <token>'
{ "version": "2021-01-19" }
Get the current version of the API for your tenant.
Documentation IndexFetch the complete documentation index at: https://developers.techwolf.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.techwolf.ai/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
OK
1
"2021-01-19"
Was this page helpful?