Authentication

Authentication is made with your API Key, which your ProfileFinder Customer Success agent gave you.

You must add your API Key to every call you make to our API. This parameter is always required. We'll return an error if the key is either missing or invalid. Your API key identifies your account, so keep it secret! Please don't share it with anyone outside of your organization.

You can authenticate HTTP requests using the query string "X-Api-Key = {API KEY}" of your HTTP header field.


What’s Next