Was this helpful?
Create a new integration for a team
Integration name
Integration description
Integration type slug
Escalation ID
Service ID
Acknowledge timeout in minutes
Integration created successfully
const response = await fetch('https://api.spike.sh/integrations/create', { method: 'POST', headers: { "x-api-key": "text", "x-team-id": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "customName": "text", "slug": "text", "escalation": "text", "service": "text" }), }); const data = await response.json();