POST
/
api
/
v1
/
dev
/
teams
/
{teamId}
/
licenses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

teamId
string
required

Body

application/json
expirationType
enum<string>
required
Available options:
NEVER,
DATE,
DURATION
customerIds
string[]
expirationDate
string | null
expirationDays
integer | null
Required range: x > 1
expirationStart
enum<string> | null
Available options:
CREATION,
ACTIVATION
ipLimit
integer | null
Required range: x > 0
metadata
object[]
productIds
string[]
seats
integer | null
Required range: x > 1
sendEmailDelivery
boolean
default:
false
suspended
boolean
default:
false

Response

200 - application/json
data
object
result
object