Last updated 10 months ago
Get all configured source connections
curl -L \ --url 'https://sapphire.contextdata.ai/api/workspace/source_connections' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No body
Retrieve details of a source connection
curl -L \ --url 'https://sapphire.contextdata.ai/api/workspace/source_connection/{connection_identifier}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'