The AggKnowledge API uses API keys to authenticate requests. You can view and manage your API keys in the AggKnowledge dashboard.
All API requests must include your API key in the x-api-key header.
Code
API keys come in two formats depending on your environment: live keys have the prefix aggk_live_ and are used to make requests against real data, while test keys have the prefix aggk_test_ and are intended for development and testing.
Your API keys carry significant privileges, so be sure to keep them secure. Do not share your API keys in publicly accessible areas such as GitHub, client-side code, or anywhere else they could be exposed.
Example
Code
Last modified on
