Skip to content

Latest commit

Β 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 

README.md

API Overview

Basta provides two GraphQL APIs, each serving distinct roles within your integration:

API Description Access Type
Management API Administrative API for managing auctions, inventory, pricing, and more Server-side, Authenticated
Client API Public-facing API for surfacing auctions and enabling client-side interactions (read and write) Public + JWT Auth

πŸ” Authentication

  • The Management API requires static API credentials (see Getting Started β†’)
  • The Client API accepts either unauthenticated requests or bidder-scoped JWT tokens in the Authorization header

Explore Each API

Quick Links