NinjaPipe Docs
API Documentation
API Documentation
  • 👋Welcome!
  • Quick Start
  • Reference
    • API Reference
      • 👥Contacts
      • ✅Tasks
        • ☑️Subtasks
      • 🛒Sales
        • 👤Order Customer
        • 🛍️Orders
      • Pipelines
Powered by GitBook
On this page
  • Get your API key
  • Making requests

Quick Start

Get your API key

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can get your API key from your API Keys page at any time. Go to Settings > API & Integrations

Making requests

Include the API Key in your header as API_KEY and make any request.

curl -X GET "https://api.ninjapipe.com/v1/contacts/getall" \
     -H "API_KEY: YOUR_API_KEY"

Good to know: Please use the API sparingly as we may rate limit if the system detects that you are making consecutive requests within an extremely short period.

PreviousWelcome!NextAPI Reference

Last updated 1 year ago