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
1
"2021-01-19"
Was this page helpful?