Plock.io
  • 👋Welcome to Plock
  • Overview
    • 💡Our promise
  • Guides
    • 🪄Connect your data sources
      • 🔌Direct Connect
      • 👾Database Agent
      • ⚙️Plock API
      • Google BigQuery
    • ⏱️AI powered data mapping
    • 💙Customers
    • 🛒Products & Plans
      • 📦Products
      • 💰Price Plans
        • Revenue leakage
      • 📊Product Consumption
    • ♻️Subscriptions
      • 🌟Setting up a subscription
      • Schedule Subscription Changes
    • 📄Invoicing & Accounting
      • Pause Revenue Collection
    • 📈Reporting
    • 🔐Security
      • 🇪🇺GDPR
  • Use Cases
    • 🖥️For Developers
      • API
        • Introduction
        • Authentication
        • Endpoints
Powered by GitBook
On this page
  1. Use Cases
  2. For Developers
  3. API

Authentication

This API requires an API key to identify and authorise requests. Please contact support@plock.io for instructions on how to create your API key.

Using the API key

Your API key must be present in each request made towards this API. They key should be sent using the Authorization header following the Bearer prefix. For example:

curl -H "Authorization: Bearer <API KEY>" https://endpoint.plock.io/c1/api
PreviousIntroductionNextEndpoints

Last updated 8 months ago

🖥️