cURL
curl --request POST \ --url https://api.prequel.co/import/streams \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "stream": { "name": "<string>", "destination_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dataset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "mappings": [ {} ], "is_valid": true, "is_enabled": true } } '
{ "stream": { "name": "<string>", "destination_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dataset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "mappings": [ {} ], "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "is_valid": true, "is_enabled": true } }
Creates a stream connecting a dataset to a destination, activating data delivery.
Show child attributes
Created