Determine Orchestrator License Expiry Date Through API

Hi All,

I would like to determine the Orchestrator license expiry date via the API. Can anyone please advise the right API call to return this value? I have tried quite a few already from the Swagger UI but have not had any joy so far.

Thank you for your help with this.

1 Like

@ConrtinueOnError- make use of odata/Settings/UiPath.Server.Configuration.OData.GetLicense() anmd convert the value of “ExpireDate” using Date format converter

3 Likes

Works a treat thank you :slight_smile:

@ConrtinueOnError- Cheers… :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.