Was this helpful?
Create a new service in a team
/services/create
API Key for authentication
Team ID
Service name
Service description
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", "desc": "text" }'
No body