Fixtures
Search/

Documentation

Explore our guides and examples to integrate Fixtures into your applications.

Get started

Sign in or create an account to load your API keys and try the examples below.

Try it out

Run the following in your terminal to verify your setup:

npm install @fixtures/sdk

Then create a client and make your first request:

const { FixturesClient } = require('@fixtures/sdk');

const client = new FixturesClient({
  apiKey: process.env.FIXTURES_API_KEY,
});

const result = await client.events.list();
console.log(result);

Browse by section

SectionDescription
Get startedSet up your account and first integration
GuidesStep-by-step tutorials and configuration
APIReference and authentication
ReferenceConfig options and environment variables

Get started with Fixtures · Explore all docs