Confirm Enterprise License
- Print
- DarkLight
- PDF
Confirm Enterprise License
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
Deprecated/api/v1/licenses.isEnterprise
Use the /licenses.info
endpoint instead.
Confirm if the current workspace is subscribed to the Enterprise plan.
Changelog
Version | Description |
---|---|
6.5.0 | Deprecated |
5.0.0 | Added |
Header parameters
X-Auth-Token
string
The authToken
of the authenticated user.
X-User-Id
string
The userId
of the authenticated user.
Responses
200
OK
Success Example
{
"isEnterprise": true,
"success": true
}
object
isEnterprise
boolean
success
boolean
401
Unauthorized
Authorization Error
{
"status": "error",
"message": "You must be logged in to do this."
}
object
status
string
message
string
Was this article helpful?