GET
/
projects
curl --request GET \
  --url https://wt.ls/api/v4/projects \
  --header 'apiKey: <api-key>'
{
  "data": {
    "projects": [
      {
        "id": "<string>",
        "name": "<string>",
        "url": "<string>",
        "mode": "<string>",
        "startFrom": 123,
        "referrals": true,
        "color": "<string>",
        "title": "<string>",
        "desc": "<string>",
        "socialDescription": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "metrics": {}
      }
    ]
  }
}

Authorizations

apiKey
string
header
required

API key to authorize requests

Response

200
application/json
Projects response
data
object