# Lansweeper GraphQL API GraphQL API for querying IT asset, software, user, and site data discovered and inventoried by Lansweeper. Authentication is via Personal Access Token or OAuth Bearer token; all requests are HTTP POST with application/json content type against the v2 GraphQL endpoint. **Endpoint:** https://api.lansweeper.com/api/v2/graphql **Documentation:** https://developer.lansweeper.com/docs/data-api/get-started/quickstart/ **References:** - Documentation: https://developer.lansweeper.com/docs/data-api/ - GettingStarted: https://developer.lansweeper.com/docs/data-api/get-started/quickstart/ - Authentication: https://developer.lansweeper.com/docs/data-api/get-started/authentication/