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 Key query.

Operation details

FieldValue
NameapiKey
GroupAPI Keys
TypeQuery
SignatureapiKey(id: ID!): ApiKey

Playground

Query

Query
query APIKey($id: ID!) {
  apiKey(id: $id) {
    id
    name
    createdAt
    updatedAt
    keyPrefix
    expiresAt
  }
}

Variables

Variables
{
  "id": ""
}