get https://api.postgrid.com/print-mail/v1/boxes/
Retrieve a box by ID.
Log in to see full request history
Responses
Retrieve a box by ID.
xxxxxxxxxx
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.postgrid.com/print-mail/v1/boxes/id', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));
Try It!
to start a request and see the response here! Or choose an example: