···2020Sometimes you need to configure your monitor more precisely.
21212222- set a Method (GET, POST) 🧭
2323-- set a custom HTTP Headers (usefull if your endpoi nt is secured) 🔑
2323+- set a custom HTTP Headers (useful if your endpoint is secured) 🔑
2424- set a custom HTTP Body (for POST request only) 📦
25252626> Create an API key and use it in your HTTP Headers to create your monitor
+5-5
apps/docs/pages/index.mdx
···7788There are three ways to get started with OpenStatus.
991010-- Cloud: the fastest and easiest way to try the app (it's free)
1111-- Local: if you're a developer and would like to experiment or contribute to the
1212- app
1313-- Self-hosting: if you want greater control over your data and want to run the
1414- app on your own server
1010+- **Cloud** : the fastest and easiest way to try the app (it's free)
1111+- **Local**: if you're a developer and would like to experiment or contribute to
1212+ the app
1313+- **Self-hosting**: if you want greater control over your data and want to run
1414+ the app on your own server
+1-1
apps/docs/pages/rest-api/auth.mdx
···33# Auth Token
4455In your Settings, you can create and later revoke your API token. Once created,
66-it will be shown only once so keep it save.
66+it will be shown only once so keep it safe.
7788On every request to `https://api.openstatus.dev/v1`, you'll have to attach the
99token to the header.