Get Projects

Get all projects within your account

Get Projects

get
Responses
200
Successful operation
application/json
get
GET /projects HTTP/1.1
Host: api.ranklytics.ai
Accept: */*
{
  "status": "text",
  "projects": [
    {
      "id": 1,
      "business_name": "text",
      "description": "text",
      "website": "text",
      "category": "text",
      "language": "text",
      "location": "text",
      "created_on": "2025-07-01"
    }
  ]
}

Last updated