Send
" on the request panel.Send
in the Data Library, in case the HTTP exchange was carried out successfully, a 200 - OK
status code will be returned from the API, together with the data fetched from that API endpoint. This data is part of the response body.4XX
error code, check out the HTTP response body as it might contain useful information for debugging purposes.500
error code, check the spelling of the request URL and make sure it's correct.