cURL
curl --request GET \ --url https://api.example.com/api/hello
"<string>"
Say hello!
Successful Response
The response is of type string.
string
Was this page helpful?