API Keys
List API keys
List API keys belonging to the account. Only key prefixes are returned — full secrets are only shown once at create time.
get/api/v1/api-keys
Query parameters
scope'public'
Filter by key scope. Customer-created keys are always public, so this is rarely useful — included for completeness.
limitinteger
offsetinteger
Response
List of API keys
Example response
{
"data": [
{
"key_prefix": "raff_17d70fcf"
}
]
}