Accessing the API requires the proper level of authorization. You will need a valid
API Key. It can be created API Keys if you navigate to Settings/API Keys:
https://portal.factoredapp.com/settingsWhen you create a new API Key, you will be asked to give it a name. This name will help to associate API Keys with services consuming FQ data. For example, if the consumer of analytics is Snowflake, you can give the API Key name “Snowflake” so later you know that this key can be used by Snowflake connectors.
When a new API Key is generated, it will be shown up only once for security reasons. Please save this key somewhere safe and accessible.
The API Key should be included in the request header “api-key”. Here is an example:
If you are having trouble generating an API Key please reach out to your CSM.
All FQ API endpoints are available under the base URL:
https://portal.factoredapp.com/api/v1
api-key header is required for authorization.