Skip to main content
GET
/
v1
/
projects
/
{projectId}
Get project
curl --request GET \
  --url https://api.pathors.com/v1/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "name": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Path Parameters

projectId
string
required

Project ID

Response

OK

data
object
required