get https://example.com/api/dir/
Log in to see full request history
$.get('/api/dir/foo');
Responses
$.get('/api/dir/foo');
xxxxxxxxxx
curl --request GET \
--url https://example.com/api/dir/path \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: