Create licenses for a workspace license pool
API key authentication. Create API keys in the Supermetrics Hub and send
them in the Authorization header:
Authorization: Bearer <your-api-key>
The ID of the team
UUID of the workspace associated with the license pool
License creation details
{
"target_workspaces_uuid_list": [
"71bc0582-31b5-11f1-a55c-4201ac182030"
],
"data_sources": [
"GA4",
"GADS"
],
"destinations": [
"google_sheets",
"excel"
],
"seats_number": 5,
"max_accounts_per_data_source": 3
}Target workspaces to create licenses for
Data sources to include in the license
Destinations to include in the license
Number of seats for the license
Maximum number of accounts per data source
Licenses created successfully
Result of a license creation request
Whether the licenses were created successfully
Bad request — invalid or missing parameters
Bad request error
BAD_REQUEST
Unauthorized — token is missing or invalid
Unauthorized access
UNAUTHORIZED
Forbidden — insufficient permissions
Permission error
PERMISSION_ERROR
Workspace not found
Not found
NOT_FOUND
Unprocessable entity — request failed validation
Validation failed for the request parameters
UNPROCESSABLE_ENTITY
Too many requests - rate limit exceeded.
Too many requests
TOO_MANY_REQUESTS
Internal server error
Internal server error
INTERNAL_SERVER_ERROR