cURL
curl --request GET \ --url https://staging.api.rye.com/health
{ "message": "<string>", "status": "<string>" }
Simple check to confirm the API is running and accessible.
OK
The response is of type object.
object
Was this page helpful?