v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-045244247.9 KB
Settings

Get CORS settings (old)

The Get CORS settings endpoint returns the allowed origins (i.e. your domains) you want to allow cross-origin resource sharing (CORS) with Codat.

Enabling CORS with Codat is required by our embeddable UIs (such as Connections SDK and Link SDK) to access Codat's API endpoints.

get/connectionManagement/corsSettings

Response

Success

allowedOriginsstring[]

An array of allowed origins (i.e. your domains) to permit cross-origin resource sharing (CORS).n resource sharing (CORS).

Example response

{
  "allowedOrigins": [
    "https://www.bank-of-dave.com"
  ]
}