---
title: "GraphQL API"
method: POST
path: "/graphql"
tags: ["GraphQL"]
---

# GraphQL API

`POST /graphql`

GraphQL endpoint for flexible querying of phone number intelligence data

## Request body

- object
  - `query` string, required
  - `variables` object
  - `operationName` string

## Response `200`

Successful GraphQL query

- object
  - `data` object
  - `errors` object[]

## Other responses

- `429` — Too Many Requests — rate limit exceeded.

---

[API](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api.md) · [All operations](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verirouteintel/veriroute-intel-api/revisions/0bd583e1906e/schema)
