Feedbackly
v.5.0.2
v.5.0.2
  • Getting started
  • REST API
    • Authentication
    • Responses
      • GET Responses
      • GET Response by id
    • Response chains
      • GET Response-chains
      • GET Response-chain by id
    • Questions
      • GET Questions
      • GET Question by id
    • Surveys
      • GET Surveys
      • GET Surveys by id
    • Touchpoints
      • GET Touchpoints
      • GET Touchpoint by id
    • Notes
      • Entity relationships
      • Pagination
      • Question types
  • Website widgets
    • Getting started
    • Attaching custom metadata to responses
    • Triggering surveys via custom properties
    • Debugging website widgets
Powered by GitBook
On this page
  1. REST API

Authentication

Feedbackly API requests are authenticated with an API key that can be retrieved from the user settings.

Making requests

Requests are authenticated with the Authorization header. Example:

headers = {'Authorization': 'ey0iuefg.834xcunerun348efnsd'}
PreviousGetting startedNextResponses

Last updated 5 years ago