Last updated 4 months ago
Was this helpful?
Get list of services for a team
API Key for authentication
Team ID
curl -L \ --url 'https://api.spike.sh/services' \ --header 'x-api-key: text' \ --header 'x-team-id: text'
No body
Get service details including incidents
Counter ID of the resource
curl -L \ --url 'https://api.spike.sh/services/{counterId}' \ --header 'x-api-key: text' \ --header 'x-team-id: text'