Authentication

Learn how to authenticate your requests to the Pyramid API.

API Keys

The Pyramid API uses API keys to authenticate requests. You can view and manage your API keys in the dashboard.

Include your API key in the X-API-Key header with every request:

X-API-Key: pk_live_1234567890abcdef

Environments

Pyramid provides two environments:

  • Sandbox: https://sandbox.pyramid.africa/v1 - Use test keys for development
  • Production: https://api.pyramid.africa/v1 - Use live keys for production