POKKT Console GraphQL API

The GraphQL API behind the POKKT campaign-management console, live at api.pokkt.com/graphql and referenced directly by the console's own JavaScript bundle. Authentication-gated: an anonymous introspection POST returns a 401 "Invalid authorization header format" inside a GraphQL errors envelope, so no SDL was captured and none was invented. No public documentation, credential issuance or schema reference is published for this surface.

API entry from apis.yml

apis.yml Raw ↑
aid: pokkt:console-graphql-api
name: POKKT Console GraphQL API
description: 'The GraphQL API behind the POKKT campaign-management console, live at api.pokkt.com/graphql
  and referenced directly by the console''s own JavaScript bundle. Authentication-gated: an anonymous
  introspection POST returns a 401 "Invalid authorization header format" inside a GraphQL errors envelope,
  so no SDL was captured and none was invented. No public documentation, credential issuance or schema
  reference is published for this surface.'
humanURL: https://pokkt.com/login
baseURL: https://api.pokkt.com
tags:
- graphql
- console
- campaign-management
- gated
properties:
- type: GraphQL
  url: https://api.pokkt.com/graphql
- type: Authentication
  url: authentication/pokkt-authentication.yml
- type: ErrorCatalog
  url: errors/pokkt-error-responses.yml