Was this helpful?
Create a new service in a team
Service name
Service description
Service created successfully
const response = await fetch('https://api.spike.sh/services/create', { method: 'POST', headers: { "x-api-key": "text", "x-team-id": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "name": "text" }), }); const data = await response.json();