Get extraction settings
Headers
- Type: stringX
- Exabase - Base - Id Optional. When provided, the request is executed against the specified base. If omitted, the parent workspace is used.
Responses
- application/json
Request Example for get/v2/extract-settings
curl https://api.exabase.io/v2/extract-settings \
--header 'X-Exabase-Base-Id: ' \
--header 'X-Api-Key: YOUR_SECRET_TOKEN'
{
"webhookUrl": null
}