offlineLicenseCreate
Graphql fields and variables for the offlineLicenseCreate mutation
Last updated
Was this helpful?
Graphql fields and variables for the offlineLicenseCreate mutation
Generate an offline license JWT with a 1-year expiry for a subscription
Scope required: standard:write
mutation offlineLicenseCreate ($subscriptionId: ID!, $licenseId: ID!) {
offlineLicenseCreate (subscriptionId: $subscriptionId, licenseId: $licenseId) {
errors
token
}
}{
"subscriptionId": "456123",
"licenseId": "456123"
}subscriptionId
ID
licenseId
ID
errors
List (String)
token
String
Last updated
Was this helpful?
Was this helpful?
