Was this helpful?
Create a new integration for a team
API Key for authentication
Team ID
Integration name
Integration description
Integration type slug
Escalation ID
Service ID
Acknowledge timeout in minutes
POST /integrations/create HTTP/1.1 Host: api.spike.sh x-api-key: text x-team-id: text Content-Type: application/json Accept: */* Content-Length: 125 { "customName": "text", "desc": "text", "slug": "text", "escalation": "text", "service": "text", "repeatEscalation": true, "ackTimeout": 1 }
Integration created successfully
No content