Replace CORS origins
Replaces the full list of origins allowed to call the API from a browser. Each entry is an exact origin, a subdomain wildcard like https://*.brand.example, or a port wildcard like http://localhost:*; entries are stored in canonical form and returned as saved. Send an empty array to remove all origins. Changes take effect within about a minute. Every origin on this list can call the API from a browser, so remove development origins such as http://localhost:* before you go live.
Authorizations
Use Authorization: Bearer end_sk_* for partner API keys (e.g. end_sk_AbCd_example_api_key).
Body
The complete allow-list. Replaces the previous list; send an empty array to remove all origins.
50An exact origin (https://brand.example), a subdomain wildcard (https://*.brand.example, matching any subdomain depth), or a port wildcard (http://localhost:*, matching any port on that host). One wildcard per entry. Port wildcards are intended for local development; remove them before going live.
1 - 255Response
The saved allowed origins.
Origins allowed to call the API from a browser, in canonical form.

