Authentication
Michaela Isaksson avatar
Written by Michaela Isaksson
Updated over a week ago

Feedbackly REST API is authenticated by user-based API -keys. This makes it simple to manage viewing rights across teams. An API key created for a user has the same access to responses and surveys as the user has.

Obtaining an API key

Make sure REST API is enabled on your account (Enterprise subscriptions only) and your user is admin in any team. 

Navigate to your user settings from the main menu to obtain an API key. 

Authenticating calls

Authentication scheme is based on the HTTP Authorization header. Insert the API key there.

Example of the HTTP header:

'Authorization': "ey0ABC.defg...."

Links

Did this answer your question?