Advanced Options
of the API is enabled and the settings are correct. This means:
Allowed Origins
should allow the developer portal domainAllowed Methods
should allow all methods needed for API documentation (at least GET
and POST
)Allowed Headers
should allow at least Origin
, Content-Type
and for authenticated requests the authorization header (e.g. Authorization
)Note: When creating a new API with Dashboard v3.1 and higher the CORS settings will be prefilled with some default values (but disabled by default).You can learn more about CORS on this pages: