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
Example response
{
"allowedOrigins": [
"https://www.bank-of-dave.com"
]
}