JavaScript
const options = {method: 'GET'}; fetch('https://studyfetchapi.com/api/v1/embed/verify', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
Embed token to verify
Token is valid
Was this page helpful?