Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
api-keys
List Project API Keys
curl --request GET \
  --url https://api.anchorbrowser.io/v1/projects/{projectId}/api-keys \
  --header 'anchor-api-key: <api-key>'
[
  {
    "id": "<string>",
    "apikey": "<string>",
    "name": "<string>"
  }
]

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

projectId
string
required

Response

API keys retrieved successfully.

id
string
apikey
string
name
string