cURL
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" } ]
Retreives all your projects
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object[].
object[]