Authentication
Last updated
Last updated
All calls to the Felt API require authorization using a Bearer
token in the request header:
These are tokens associated to your account only, and that you have to manually provide to the application you want to use.
Since these tokens grant access to your account, you must store them securely and treat them as a password to your account.
API tokens are scoped to a workspace, meaning that you can only work with resources associated to that workspace only.
You can create an API token in the Integrations tab of the Workspace Settings page:
Be sure to take note of the token before closing the dialog; you won’t have a second chance to view it.
Once you have your API token, you can authenticate your requests to the Felt API by using it as a bearer token in your Authorization
header:
Here's an example showing how to create a new Felt map: