Skip to main content

Getting Started

Authentication

All API requests require a Bearer token in the Authorization header.

Endpoint

POST https://api.wpvip.com/graphql

Transport

Send a JSON body with query and variables.

Persisted-operation transport (APQ) is not enabled server-side. If you persist operations in your client, still send the full query text over HTTP.