curl --request GET \
--url https://api.bland.ai/v1/orgs/{org_id}/versions/{service}/current \
--header 'authorization: <authorization>'{
"data": {
"version": "adf1064d-5080-4055-8493-0d4fdc3c8106"
},
"errors": null
}
Retrieve the current version of a specified service for an organization.
curl --request GET \
--url https://api.bland.ai/v1/orgs/{org_id}/versions/{service}/current \
--header 'authorization: <authorization>'{
"data": {
"version": "adf1064d-5080-4055-8493-0d4fdc3c8106"
},
"errors": null
}
"api_server", "ws_server"null on success.{
"data": {
"version": "adf1064d-5080-4055-8493-0d4fdc3c8106"
},
"errors": null
}
Was this page helpful?