Developer Docs
IsDownPricingHelp Docs
  • Introduction
  • Quick Start
  • Endpoints
    • 3rd-Party Monitors
      • Get List of All Services Available
      • Get Outages from 3rd-party Monitors
      • Get status and outage information of a service
      • Add 3rd-party Monitor to Board
      • Remove 3rd-party Monitor from Board
    • Custom Monitors
      • Get List of your Custom Monitors
      • Get Outages from Custom Monitors
    • Incidents
      • Get incidents from all services (or just one)
  • Boards
    • Get List of your Boards
    • Get specific Board
Powered by GitBook
On this page
  • Get your API keys
  • Create API Key
  • How to use API Key
  • Postman Collection

Quick Start

PreviousIntroductionNext3rd-Party Monitors

Last updated 1 month ago

Good to know: You will need an API Key for every endpoint available. IsDown API is only available in the Enterprise plan.

Get your API keys

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

You can create an API Key in your Account Settings.

Create API Key

  1. Go to ;

  2. Sign in or create your account;

  3. Go to the by clicking in the profile menu (top right);

  4. Choose a name for the API Key and click "Create your API Key"

  5. The key will only be available right after you create it. Save the API Key in a place where you want to recover it later (e.g., password manager), if needed.

How to use API Key

Every request to the API needs to be authenticated. To authenticate your requests you will need to send a Authorization header in your requests with this format.

Authorization: Bearer {API_KEY}

Postman Collection

If you are a Postman user, download the collection with all existing endpoints, and import it in your account.

https://isdown.app
Account Settings
1KB
isdown-api-postman.json
IsDown API Postman Collection
API Key form in Account Settings