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'}
Last updated