Skip to content

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
Required
format"uuid"

Responses

Created

application/json
JSON
{
"id": "string",
"key": "string",
"created_at": "string",
"expires_at": "string",
"deleted_at": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI