API Key

This file outlines the Flashback API's repository API key management functionality, including creating, listing, updating, and deleting scoped API keys for individual repositories. Each key can be assigned specific access levels—READ, WRITE, or ADMIN—to control repository usage securely.

To perform this operation, you must be authenticated by means of one of the following methods: BearerAuth.

API Keys API Calls

Method
API Reference
Description

DELETE/repo/{repoId}/apikey/{apikeyId}

Revoke and delete a specific API key.

GET/repo/{repoId}/apikey

Retrieve all API keys associated with the specified repository.

POST/repo/{repoId}/apikey

Create a new API key for the specified repository.

PUT /repo/{repoId}/apikey/{apikeyId}

Update the name or access level of an existing API key.

Last updated

Was this helpful?