Skip to main content
Use GraphQL when a typed client needs selected project and runtime fields in one response.

Request

Terminal
curl https://api.veryfront.com/graphql \
  -H "Authorization: Bearer $VERYFRONT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"query { projects { id slug name } }"}'
Confirm the response includes projects.

Next

PageGoal
GraphQL APIReview the GraphQL overview.
GraphQL operationsOpen the GraphQL operation reference.