Overview
Partner API (1.0)
Section titled “Partner API (1.0)”Authentication
Funnel provides you with an API key for authentication. You can use it in either of the following ways:
Option 1: Basic Auth Use the API key as the username with an empty password.
Option 2: Bearer Token Use the API key directly as a bearer token. Example header:
Authorization: Bearer <API_KEY>
By utilizing our API you agree to our Terms of Use
- OpenAPI version: 3.0.0
Authentication
Section titled “ Authentication ”BasicAuth
Section titled “BasicAuth ”Use API key as username and leave password blank.
Security scheme type: http
BearerAuth
Section titled “BearerAuth ”Use your API key as bearer token in the Authorization
header.
Example: Authorization: Bearer <API_KEY>
Security scheme type: http
Bearer format: API Key