/
WI
withorb
/
API Reference
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Alert
9
Availability
1
Coupon
5
Credit
15
Credit note
3
Customer
15
Dimensional Price Group
6
Event
10
Invoice
15
Item
5
License
8
get
List licenses
post
Create a new license for a user
post
Deactivate license
get
Fetch license
get
Fetch license by external license id
get
Get usage for a license by external license ID
get
Get usage for a specific license
get
Get usage for all licenses of a type on a subscription
LicenseType
3
Metric
4
Plan
15
Price
9
Price interval
1
Subscription
16
Subscription Change
4
License
Fetch license
This endpoint is used to fetch a license given an identifier.
get
/licenses/{license_id}
Path parameters
license_id
string
required
Response
OK
LicenseApiResource
required
id
string
required
subscription_id
string
required
license_type_id
string
required
external_license_id
string
required
status
'active'
|
'inactive'
required
start_date
string
date-time
required
end_date
string
date-time
nullable
required
Changes