1 | curl -H ‘Authorization: bearer <api key>’ \ |
2 | https://dv3.datavalidation.com/api/v2/user/<user id>/list/<list id>/ |
1 | { |
2 | "id": "lst-UEhxw4dj", |
3 | "current_score": 100, |
4 | "grade_summary": { |
5 | "A": 125635 |
6 | "B": 2623, |
7 | "A+": 4793 |
8 | "D": 23562, |
9 | "F": 43623 |
10 | }, |
11 | "subscriber_count": 479 |
12 | } |
1 | curl -H ‘Authorization: bearer <api key>’ \ |
2 | https://dv3.datavalidation.com/api/v2/realtime/?email=<email address> |
1 | {"grade":"A"} |
1 | curl -H ‘Authorization: bearer <api key>’ \ |
2 | https://dv3.datavalidation.com/api/v2/user/<user id>/list/<list id>/download_result/ |
1 | Abg-rGnY,[email protected],A |
2 | DOhDM7t7,[email protected],A |
3 | GVKxssJP,[email protected],D |
4 | J1YeTScz,[email protected],A+ |
5 | N8KU1LM9,[email protected],A+ |
6 | NQNUAVfc,[email protected],D |
7 | wzhX6Dyx,[email protected],B |