Get all projects within your account
Last updated 7 months ago
GET /projects HTTP/1.1 Host: api.ranklytics.ai Accept: */*
Successful operation
{ "status": "text", "projects": [ { "id": 1, "business_name": "text", "description": "text", "website": "text", "category": "text", "language": "text", "location": "text", "created_on": "2025-04-25" } ] }