Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Find a Request

node v11.15.0
version: 8.0.0
endpointsharetweet
const axios = require('axios') const id = '01ac912ed415149cea2937c6449441fc0abf503612d5a61d7fec0a16ead4aa6d49'; const API_KEY = 'YOUR_API_KEY'; const request = await axios.get('https://api.request.network/requests/' + id, { headers: { Authorization: API_KEY } }); console.log(request.data);
Loading…

no comments

    sign in to comment