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));
Documentation IndexFetch the complete documentation index at: https://www.studyfetch.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.studyfetch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Embed token to verify
Token is valid
Was this page helpful?
Contact support