<aside> ℹ️ As a platform, Captain Data values its SaaS Partners a lot.

The following lists all Partners integrated inside the Captain Data's platform.

</aside>

Saas Partners

💫 Feature your product


📘 Documentation


<aside> ℹ️

Want to integrate your solution with Captain Data? Here’s our complete documentation to provide us with a detailed JSON file that we’ll implement for you 🙂

</aside>

1. Request Section

1.1 Authentication (auth)

The auth section is used to specify the authentication method required for the integration. We support different types of authentication, including API keys and OAuth tokens.

Fields:

Examples:

API Key in the Header:

"auth": {
  "type": "apiKey",
  "key": "Authorization",
  "position": "header",
  "prefix": "Bearer "
}

API Key in the URI:

"auth": {
  "type": "apiKey",
  "key": "api_key",
  "position": "uri"
}