Last updated 1 month ago
50
3
1
10
5
2
const response = await fetch('https://api.erathos.com/developers/workspaces/', { method: 'GET', headers: {}, }); const data = await response.json();
{ "count": 50, "next_page": 3, "previous_page": 1, "page_size": 10, "total_pages": 5, "current_page": 2, "results": [ { "_id": "123e4567-e89b-12d3-a456-426614174000", "_created_at": "2025-01-16T09:41:46.596Z", "name": "text", "domain": "text" } ] }