FlyteDesk GraphQL API

The first-party GraphQL API behind the flytedesk application — the campus advertising marketplace covering suppliers (campus media organizations), campuses, buyers, audiences, ad shops, campaigns, ads, orders, invoicing and finance tracking. It is not a documented developer API: FlyteDesk publishes no portal, no reference and no SDK, and credentials are issued by invitation through the product. It is captured here because introspection is enabled on the production endpoint, so the complete schema (374 types, 37 queries, 25 mutations) is publicly readable and machine-usable.

API entry from apis.yml

apis.yml Raw ↑
name: FlyteDesk GraphQL API
description: 'The first-party GraphQL API behind the flytedesk application — the campus advertising marketplace
  covering suppliers (campus media organizations), campuses, buyers, audiences, ad shops, campaigns, ads,
  orders, invoicing and finance tracking. It is not a documented developer API: FlyteDesk publishes no
  portal, no reference and no SDK, and credentials are issued by invitation through the product. It is
  captured here because introspection is enabled on the production endpoint, so the complete schema (374
  types, 37 queries, 25 mutations) is publicly readable and machine-usable.'
humanURL: https://app.flytedesk.com/
baseURL: https://api.app.flytedesk.com/api/graphql
tags:
- GraphQL
- Advertising
- Campus Media
properties:
- type: GraphQL
  url: graphql/flytedesk-graphql.graphql
- type: GraphQLIntrospection
  url: graphql/flytedesk-introspection.json
- type: Authentication
  url: authentication/flytedesk-authentication.yml
- type: Conventions
  url: conventions/flytedesk-conventions.yml
- type: ErrorCatalog
  url: errors/flytedesk-problem-types.yml
- type: DataModel
  url: data-model/flytedesk-data-model.yml
- type: RateLimits
  url: rate-limits/flytedesk-rate-limits.yml
- type: Conformance
  url: conformance/flytedesk-conformance.yml
- type: Lifecycle
  url: lifecycle/flytedesk-lifecycle.yml