API & Integrations

Manage API keys, webhooks, and developer settings

API Keys

Create and manage API keys for accessing our services

Production API Key

Production

Created Jan 5, 2024 • 150K calls this month

sk_live_...4242

Development API Key

Development

Created Dec 10, 2023 • 5K calls this month

sk_test_...5555

Create New API Key

Webhooks

Configure webhooks to receive real-time updates

https://api.example.com/webhooks/events

Active

All Events • 200 OK - 5 min ago

https://api.example.com/webhooks/payments

Active

Payment Events • 200 OK - 1 hour ago

Quick Start

Get started with our API in minutes

1. Install the SDK

go get github.com/example/api-sdk

2. Initialize the client

const api = new ExampleAPI()

3. Make your first request

const response = await api.users.list()