Skip to content

getLicenseKey(__queryItems_)

mauryaratan edited this page Feb 5, 2023 · 1 revision

getLicenseKey(_:queryItems:)

Get a single license key by ID.

public func getLicenseKey(_ licenseKeyId: LicenseKey.ID, queryItems: [URLQueryItem] = [])

Parameters

  • licenseKeyId: The ID of the license key you'd like to retrieve.
  • queryItems: An array of URLQueryItem, passed as query parameters.

Returns

A response object containing the requested LicenseKey.

Types
Global Functions
Clone this wiki locally