Projects/Id
/projects/:id
This endpoint retrieves project information.
Available includes
-
status
-> The status of the Project -
partners
-> The partners associated with the Project
GET
/projects/{id}
Authorization
Authorization
RequiredBearer <token>In: header
Path Parameters
id
RequiredstringResponse Body
Successful response
curl -X GET "https://api.nodiref.com/projects/9ed49a7b-2a94-40a6-8a47-9af01a4de71f" \
-H "Authorization: Bearer <token>"
Empty