# Get first pagecurl -X GET "https://api.chessplay.io/api/v1/students/?page=1" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"# Get second pagecurl -X GET "https://api.chessplay.io/api/v1/students/?page=2" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
The default page size is 10 students per page. All students are automatically filtered to your organization.