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