Skip to main content
GET
/
projects
/
search-by-name
/
{project_name}
Get projects by name
curl --request GET \
  --url https://api.projectcor.com/v1/projects/search-by-name/{project_name} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "client_id": 123,
    "template_id": 123,
    "status": "<string>",
    "health": 123
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

project_name
string
required

Response

200 - application/json

List of projects

id
integer
name
string
client_id
integer
template_id
integer
status
string
health
integer