Overview
The Peaka Partner API uses API keys for authentication. There are two types of API keys:- Partner API Key: Grants access to all resources for partner-level access. Learn how to manage a Partner API Key
- Project API Key: Grants access to resources specific to the project for which the key was created. Learn how to generate API Keys
Authentication
To authenticate requests, include the API key in theAuthorization
header as a Bearer token. The format is as follows:
projects/{projectId}
in the path of an endpoint, it is scoped to the project.)
For example, to list catalogs within a project:
{projectId}
with the ID of your project.
This returns data catalogs associated only with that project.