Guide

Authentication

You'll need to authenticate your requests to access any of the endpoints in the Status200 API. In this guide, we'll look at how authentication works. Status200 offers one way to authenticate your API requests - by using an API Key.

Generate an API Key

Please head over to Project Settings > API Keys. Create a new API Key. Please note: New API Keys have no permissions assigned to them, so you will have to assign a permission before you can use it.

Read more about permissions

Project ID

Please head over to Project Settings > Project. You should see your Project ID there.

Authentication with API Key

You can use Status200 API Key on Request Header when you're making a request. You can use ApiKey header with your API Key when you make a request.

curl --header "ApiKey: {secret-api-key}" https://status200.ru/api/<path>
Please don't commit your Status200 API Key to GitHub, or on any other source control project. Please regenerate a new API Key if your API Key is committed by mistake.