Last updated 10 hours ago
Run a statement
Success
Copy a resource
Returns the server version
server version
const response = await fetch('https://api.deltastream.io/run-statement', { method: 'POST', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
[ { "id": "text", "secret": "text", "data": [], "action": "unknown", "target": "organization" } ]
const response = await fetch('https://api.deltastream.io/copy/{resource_type}/{org_id}/{resource_name}', { method: 'GET', headers: {}, }); const data = await response.json();
text
const response = await fetch('https://api.deltastream.io/version', { method: 'GET', headers: {}, }); const data = await response.json();
{}