cURL
curl --request GET \ --url https://api.copass.id/api/v1/storage/sandboxes/{sandbox_id}/sources \ --header 'Authorization: Bearer <token>'
{ "sources": [ { "data_source_id": "<string>", "user_id": "<string>", "sandbox_id": "<string>", "provider": "<string>", "name": "<string>", "ingestion_mode": "<string>", "status": "<string>", "kind": "durable", "external_account_id": "<string>", "adapter_config": {}, "poll_interval_seconds": 123, "webhook_url": "<string>", "webhook_signing_secret": "<string>", "last_sync_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ], "count": 123 }
List data sources in the sandbox.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes