Skip to content

Instantly share code, notes, and snippets.

@ArnaudBrousseau
Created March 5, 2018 12:38
Show Gist options
  • Save ArnaudBrousseau/848906e61566d18a159fc613c5fef12a to your computer and use it in GitHub Desktop.
Save ArnaudBrousseau/848906e61566d18a159fc613c5fef12a to your computer and use it in GitHub Desktop.
Bulk Endpoint
GET /user/v2?ids=1,2,42
[
{"id": 1, "first_name": "Bob", "review_count": 0, ...},
{"id": 2, "first_name": "Alice", "review_count": 4, ...},
{"id": 42, "first_name": "Mark", "review_count": 2, ...}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment