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

Authorizations

Authorization
string
header
required

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

Response

OK

data
object[]
required