v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBOrganizations
Update Organization
Update organization settings (requires ADMIN permission).
Security: Infrastructure configuration cannot be modified via this endpoint. Infrastructure updates require Mixpeek admin access via private endpoints.
patch/v1/organizations
Request body
Example request
{
"rate_limit_overrides": {
"metadata": 20,
"data": 10,
"search": 10,
"upload": 5,
"compute": 5
}
}Response
Successful Response
Example response
{
"account_type": "pro",
"created_at": "2025-01-01T00:00:00Z",
"credit_count": 250000,
"logo_url": "https://www.google.com/s2/favicons?domain=acme.com&sz=128",
"organization_id": "org_demo123",
"organization_name": "Acme Corporation"
}