Get all projects within your account
Last updated 5 months ago
projects
curl -L \ --url 'https://api.ranklytics.ai/projects'
{ "status": "text", "projects": [ { "id": 1, "business_name": "text", "description": "text", "website": "text", "category": "text", "language": "text", "location": "text", "created_on": "2025-02-23" } ] }