Create or update the license pool for a workspace
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 pool configuration
{
"destinations": [
"google_sheets",
"excel"
],
"data_sources": [
"GA4",
"GADS"
],
"total_number_of_users": 10,
"max_accounts_per_data_source": 5,
"start_date": "2026-01-01",
"end_date": "2026-12-31"
}Destinations to include in the license pool
Data sources to include in the license pool
Total number of users for the license pool
Maximum number of accounts per data source
Start date of the license pool in YYYY-MM-DD format
End date of the license pool in YYYY-MM-DD format
License pool created or updated successfully
Response envelope containing license pool data
Response metadata
Unique ID of the request
License pool resource
Internal identifier of the workspace
Destinations included in the license pool
Data sources included in the license pool
Total number of users allowed in the license pool
Maximum number of accounts allowed per data source
Start date of the license pool in YYYY-MM-DD format
End date of the license pool in YYYY-MM-DD format
Additional license features enabled for the pool
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