What is an API Key?

Help Center

An API key is a unique identifier used to authenticate and authorize access to an API (application programming interface). It ensures secure communication between different software applications or services.

API keys are included in API requests as part of the headers. They validate the requester’s permissions to access resources or perform actions. API keys should be kept confidential and not shared publicly.