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

Get detailed information about a specific project, including its organization details.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Project id

Response

200 - application/json

The response is of type object.