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.
The access token received from the authorization server in the OAuth 2.0 flow.
OK
The response is of type object.
object
Was this page helpful?