Welcome to the API documentation for Feedbackthing
Public API
Project API
Authorization
const response = await fetch('https://api.feedbackthing.pro/v1', { method: 'GET', headers: { 'Authorization': 'Bearer fbt_xxxxxxxxxxxxxxxxxxxx', }, })
Was this page helpful?