Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

API Keys query.

Operation details

FieldValue
NameapiKeys
GroupAPI Keys
TypeQuery
SignatureapiKeys(input: ApiKeysInput): ApiKeysPayload!

Playground

Query

Query
query APIKeys($input: ApiKeysInput) {
  apiKeys(input: $input) {
    data {
        id
        name
        createdAt
        updatedAt
        keyPrefix
        expiresAt
      }
  }
}

Variables

Variables
{}