v6
latestOpenAPI 3.1.02026-07-311856741.1 MBUpdate Organization
Update an organization.
Scopes: organizations:write
Path parameters
The organization ID.
Request body
Public support email.
Official website of the organization.
Two-letter country code (ISO 3166-1 alpha-2).
Hosts allowed to embed this organization's checkout. An entry is a host and an optional port, without a scheme: HTTPS is always allowed, and HTTP too for local hosts — localhost, any .localhost or .local name, and loopback or private addresses. *.example.com matches any subdomain, but not example.com itself. An app origin such as chrome-extension://abcdef carries its scheme, having no host to match on.
Whether members must access this organization through its SSO connection. Turning this on requires an active SSO session for this organization and at least one enabled SSO connection.
Example request
{
"embed_hosts": [
"example.com",
"*.example.com",
"localhost:3000"
]
}Response
Organization updated.
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the object.
Organization name shown in checkout, customer portal, emails etc.
Unique organization slug in checkout, customer portal and credit card statements.
Avatar URL shown in checkout, customer portal, emails etc.
Whether customers can update their subscriptions from the customer portal.
Public support email.
Official website of the organization.
When the business details were submitted for review.
When Polar requested that the organization review and resubmit its onboarding information, if applicable.
Whether members must access this organization through its SSO connection.
Default presentment currency. Used as fallback in checkout and customer portal, if the customer's local currency is not available.
Hosts allowed to embed this organization's checkout. An entry is a host and an optional port, without a scheme: HTTPS is always allowed, and HTTP too for local hosts — localhost, any .localhost or .local name, and loopback or private addresses. *.example.com matches any subdomain, but not example.com itself. An app origin such as chrome-extension://abcdef carries its scheme, having no host to match on.
Whether an embedding page's origin must match embed_hosts. Organizations that have not configured a list yet embed unchecked until the allowlist is enforced for everyone.
Two-letter country code (ISO 3166-1 alpha-2).
ID of the transactions account.
ID of the payout account.