Skip to main content
Generate a sandbox API key for testing and development purposes. Sandbox API keys allow you to create test RFPs, bids, and bookings without affecting production data.

Request Body

org_id
number
required
Your organization ID
email
string
required
Your email address

Response Format

{
  "api_key": "sandbox_sk_test_1234567890abcdef",
  "environment": "sandbox",
  "org_id": 123,
  "expires_at": "2025-12-31T23:59:59Z"
}

Usage

Include the API key in the Authorization header for all subsequent requests:
Authorization: Bearer sandbox_sk_test_1234567890abcdef

Notes

  • Sandbox API keys are prefixed with sandbox_sk_test_
  • Keys expire after 90 days
  • All data created with sandbox keys is isolated and can be reset at any time
  • Sandbox keys cannot access production data