Get all projects within your account
Last updated 2 months ago
Successful operation
const response = await fetch('https://api.ranklytics.ai/projects', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "text", "projects": [ { "id": 0, "business_name": "text", "description": "text", "website": "text", "category": "text", "language": "text", "location": "text", "created_on": "2024-12-07" } ] }