Was this helpful?
Create a new service in a team
/services/create
API Key for authentication
Team ID
Service name
Service description
Service created successfully
Unauthorized
curl -L \ --request POST \ --url 'https://api.spike.sh/services/create' \ --header 'x-api-key: text' \ --header 'x-team-id: text' \ --header 'Content-Type: application/json' \ --data '{"name":"text"}'
No body