List licenses for terramate-pro belonging to an organization
GET
/v1/license_keys/{org_uuid}
List licenses for terramate-pro belonging to 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"Query Parameters
page
Page number to return
Typeinteger
Example
1format
"int64"minimum
1per_page
Number of elements per page
Typeinteger
format
"int64"minimum
1default
10Responses
OK
application/json
JSON
{
"licenses": [
{
"id": "string",
"key": "string",
"created_at": "string",
"expires_at": "string",
"deleted_at": "string"
}
],
"paginated_result": {
"total": 0,
"page": 0,
"per_page": 0
}
}