Skip to main content

API Playground

Use the form below to send live requests to https://api.ravenwits.com. Enter your Bearer token for authenticated endpoints, or leave it empty for the health check and login (login uses the request body instead).

CREDENTIALS
Header
ENDPOINT
URL
https://api.ravenwits.com/health/
REQUEST
curl --request GET \
  --url 'https://api.ravenwits.com/health/' \
  --header 'Accept: application/json'