GetLicensesAsync

Returns (Task<IEnumerable>)

Find all licences in the designated instance.

Name Description
instance

Get Licenses Async

Example in C#

// Returns: IEnumerable<LicenseInfo>
var licenseInfo = await client.GetLicensesAsync(InstanceInfo instance);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/licenses \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'