Get a project
GET
/projects/{id}
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
Type
Requiredstring
Responses
OK
application/json
JSON "project": { "_id": "string", "name": "string", "color": "string", "host_id": "string" }
{
}