Skip to main content
GET
List API Keys

Authorizations

Authorization
string
header
required

Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication

Path Parameters

projectId
string
required

Project ID

Response

200 - application/json

List of API Keys

Represents an API key.

name
string

Name of the API key

apiKey
string

API key. It is a secret and should not be shared. Please store it securely. You will not be able to see it again.

apiKeyId
string<uuid>

ID of the API key

expiresAt
string<date-time>

Expiration date of the API key. If null, the API key never expires. The time is in the ISO-8601 standard.