cURL
curl --request GET \ --url https://api.example.com/api/ready
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?