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).
If you see a network or CORS error, the API may not allow requests from this domain. You can still use the Copy curl button and run the command in your terminal, or use the interactive API docs on the API server.
CREDENTIALS
Header
ENDPOINT
URL
https://api.ravenwits.com/health/
REQUEST
curl --request GET \
--url 'https://api.ravenwits.com/health/' \
--header 'Accept: application/json'