Introduction
Getting started
Learn how to get started querying for Amazon data in minutes. Sign up, copy your API key, and get to work!
Quick start
- Sign up for a new Canopy API account or sign in if you're a regular.
- After signing in copy paste your API key, you'll need this later. Remember not to share this key.
- Make GraphQL requests to
https://graphql.canopyapi.co/
and add a request header forAPI-KEY
orAuthorization: Bearer YOUR_API_KEY
using your API key. - Check out our examples for more details integrating Canopy API with popular libraries such as GraphQL Yoga, Apollo Server, GraphQL Codegen, and Hoppscotch.