Get Projects
Get all projects within your account
Last updated
Get all projects within your account
Last updated
GET /projects HTTP/1.1
Host: api.ranklytics.ai
X-API-KEY: YOUR_API_KEY
X-SECRET-KEY: YOUR_API_KEY
Accept: */*
{
"status": "text",
"projects": [
{
"id": 1,
"business_name": "text",
"description": "text",
"website": "text",
"category": "text",
"language": "text",
"location": "text",
"created_on": "2025-12-12"
}
]
}