Skip to main content
GET
Health Check
curl --request GET \
  --url https://test-api.pasca.co/ \
  --header 'API-KEY: <api-key>' \
  --header 'API-SECRET: <api-key>'
{
  "code": 200,
  "data": null,
  "message": "API is healthy"
}

Authorizations

API-KEY
string
header
required
API-SECRET
string
header
required

Response

Health Check (Success)