Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Chargetrip GraphQL API

The GraphQL API from Chargetrip — 1 operation(s) for graphql.

Chargetrip GraphQL API is published by Chargetrip on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include GraphQL. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 1 operation across 1 path, and defines 3 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://api.chargetrip.io.

1 operations 1 paths 3 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.chargetrip.io/graphql
Authentication
API Key, API Key
Contact
Terms of Service
Resource Areas
1

Authentication & Security 2

Chargetrip GraphQL API declares 2 security schemes for authenticating requests. An API key is passed in the header as x-client-id (clientId). An API key is passed in the header as x-app-id (appId). By default, every request must be authenticated.

  • clientId — Chargetrip client identifier sent on every request.
  • appId — Chargetrip application identifier sent on every request.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

GraphQL 1
POST
/graphql
Execute a GraphQL query or mutation.
postGraphql 2 params body → 200401429

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are GraphQLRequest (3 properties), GraphQLError (3 properties), GraphQLResponse (2 properties). Each schema is shown below with its type and property counts.

GraphQLError
object
3 properties
GraphQLRequest
object
3 properties 1 required
GraphQLResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

chargetrip-graphql-api-openapi.yml Raw ↑