cURL
curl --request GET \ --url https://spark.test.woodcore.co/api/v2/gateway/health \ --header 'Authorization: Bearer <token>'
Check the health status of the API
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>