cURL
curl --request GET \ --url https://api.example.com/projects/{id}/status \ --header 'Authorization: Bearer <token>'
Get the current status and monitor statistics for a project
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project ID
Project status and monitor statistics