Rippler docs
HTTP APIReference

Projects

Projects group related monitors.

GET
/v1/projects/

Authorization

apiToken
AuthorizationBearer <token>

Your personal API token, found under Account → API in the app. It carries your team membership, so revoking your access revokes the token with it.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/projects/"
{  "success": true,  "data": {    "projects": [      {        "shortID": "PUIq9PB",        "name": "Production",        "monitorsCount": 0      }    ]  }}