get__repo_{repoId}_apikey

Code Samples

# You can also use wget
curl -X GET https://backend.flashback.tech/repo/{repoId}/apikey \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /repo/{repoId}/apikey

List Repository API Keys

Get all API keys for a repository

Parameters

Name
In
Type
Required
Description

repoId

path

string

true

none

Example responses

200 Response

[
  {}
]

Responses

Status
Meaning
Description
Schema

200

List of API keys

Inline

Response Schema

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

Last updated

Was this helpful?