Skip to content

Overview

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

Use API key as username and leave password blank.

Security scheme type: http

Use your API key as bearer token in the Authorization header. Example: Authorization: Bearer <API_KEY>

Security scheme type: http

Bearer format: API Key