Build powerful integrations with the LabTools API
Standard REST endpoints with JSON responses
https://api.thelabtools.com/v1JWT-based authentication with Bearer tokens
Authorization: Bearer <token>1000 requests/hour for Pro, unlimited for Enterprise
X-RateLimit-Remaining: 999Manage authentication and user sessions
Also available: GraphQL endpoint for flexible queries
https://api.thelabtools.com/graphqlquery GetUserTeams {
user {
id
email
teams {
id
name
members {
id
role
}
}
}
}