API Keys
The API key authentication method gives access to the Catalog API and is read-only. You can use it to retrieve information about a Page.
Last updated
Was this helpful?
The API key authentication method gives access to the Catalog API and is read-only. You can use it to retrieve information about a Page.
Last updated
Was this helpful?
Was this helpful?
fetch('/api/example', {
headers: {Authorization: "YOUR_API_KEY_HERE"}
}).then(res => res.json())