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