GET
/
projects
curl --request GET \
  --url https://api.mkinf.io/v0.1/projects \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "e91bb876-3358-466d-a49a-4fb524629906",
    "name": "mkinf",
    "version": "v0.1",
    "organization_id": "b5821b92-00d1-4d63-8ca7-c2457be75432"
  }
]

Retrieve all projects that you have access to. Each project contains basic information like ID, name, version and organization ID.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The response is of type object[].