Skip to main content
GET
/
api
/
v1
/
embed
/
verify
Verify embed token
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 Index

Fetch the complete documentation index at: https://www.studyfetch.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

token
string
required

Embed token to verify

Response

Token is valid