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