cURL
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 } }
Retreives a project
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project id
The response is of type object.
object