API Key Auth
API Key authentication requires you to send an API key with your request. You can do this in two ways:
Authentication Options
API Key in Header
Your API key will be added to an HTTP Header like this:
To set this up:
-
Select API Key from the Auth Config dropdown.
-
Choose Header Auth as the Auth Type.
-
Fill in these fields:
API Key in Query Parameter
Your API key will be added as an HTTP query parameter like this:
To set this up:
-
Select API Key from the Auth Config dropdown.
-
Choose Param Auth as the Auth Type.
-
Fill in these fields: