Get details from a license for terramate-pro.
GET
/v1/license_keys/{org_uuid}/{license_id}
Get details from a license for terramate-pro.
Authorizations
apiKey
API key as username in Basic Authorization with
empty password.
TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)
Parameters
Path Parameters
org_uuid*
UUID of the organization
Typestring
Requiredformat
"uuid"license_id*
UUID of the license key
Typestring
Requiredformat
"uuid"Responses
OK
application/json
JSON
{
"id": "string",
"key": "string",
"created_at": "string",
"expires_at": "string",
"deleted_at": "string"
}