Skip to content

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

UUID of the license key

Typestring
Required
format"uuid"

Responses

OK

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