Was this helpful?
Get a list of all integrations for a team
/integrations
API Key for authentication
Team ID
curl -L \ --url 'https://api.spike.sh/integrations' \ --header 'x-api-key: text' \ --header 'x-team-id: text'
No body
Get details of a specific integration
/integrations/{token}
Integration token
curl -L \ --url 'https://api.spike.sh/integrations/{token}' \ --header 'x-api-key: text' \ --header 'x-team-id: text'