Create an license key for terramate-pro for an organization
POST
/v1/license_keys/{org_uuid}
Create an license key for terramate-pro for an organization.
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"Responses
Created
application/json
JSON
{
"id": "string",
"key": "string",
"created_at": "string",
"expires_at": "string",
"deleted_at": "string"
}