Quick start
Get your API key and send your first Sprucepath request.
Suggest edits1. Get your API key
Create an account in the Sprucepath console, then open Access and Security to generate a new key.
- Sign in to the Sprucepath console.
- Open Access and Security, then copy the generated key.
Access and authentication
API key header
Use this header to authenticate requests made from your secure server environment.
Authorization: Basic▣
2. Initialize the GraphQL client
Initialize a client with your API key using the prepared recipe.
Initialize GraphQL clientOpen recipe ›3. Make your first GraphQL request
Sprucepath exposes its developer platform through GraphQL. Begin by fetching a single catalog item, then expand the selected fields as needed.
Fetch catalog dataOpen recipe ›4. Explore the rest of the API
Review the remaining documentation, experiment in the console, and map the available operations into your application.
Updated about three weeks ago