Skip to main content
Authentication Metrifox uses API key-based authentication to identify and authorize requests made by tenants. Each tenant is issued one or more API keys. One of these keys must be included in the request headers to access protected endpoints.

๐Ÿ”‘ Your API Key

You can generate and manage your API keys from the Metrifox dashboard under: Developers > API Keys

๐Ÿงพ Making Authenticated Requests

Include your API key in the x-api-key header for all requests:

Example

GET /v1/customers HTTP/1.1
Host: api.metrifox.com
x-api-key: sk_test_abc123xyz456
Content-Type: application/json