pasbydocs
API reference

System endpoints

Health check and connectivity endpoints.

GET /api/health/check

Billingnone
Headersx-api-key required

Response: HTTP 200, body OK

curl -sS "https://s.pasby.africa/api/health/check" \
  -H "x-api-key: bk-test_YOUR_KEY"

GET /

Billingnone
Headersx-api-key required

Response: HTTP 200, body This server may receive your requests.

curl -sS "https://s.pasby.africa/" \
  -H "x-api-key: bk-test_YOUR_KEY"

On this page