Project API key
A project API key is scoped to one project. Use it for everything under/api/v1/projects/{projectID}/... (endpoints, events, subscriptions, sources, and so on).
You get a project API key:
- In the create-project response (
api_key), shown once - From the project settings dashboard (regenerate)
terminal
Personal API key
A personal API key is scoped to a user and their organisation membership. Use it for organisation-scoped project operations such as create a project and list projects. Pass the organisation id as theorgID query parameter.
On self-hosted, convoy bootstrap --with-api-key can mint and print a personal API key (see CLI bootstrap). You can also create personal keys from the dashboard security settings after login.
terminal