Skip to main content

How Peak Leverage connects to Jobber

Jobber is field service management software for small home service businesses. It helps operators capture requests, quote work, schedule crews, invoice customers, collect payments, and keep client history in one system instead of juggling spreadsheets and disconnected tools.

Auth model

Jobber uses OAuth 2.0 authorization code flow for third-party apps. An admin user approves scopes in Jobber, the app exchanges the authorization code for an access token and refresh token, and the access token is then used as a bearer token on GraphQL requests.

API model

On the native path, the visitor fills out Jobber's own request or booking experience and the submission lands in Jobber right away. On a custom path, the website sends the captured data into an integration layer that calls Jobber's GraphQL API and then stores the resulting record in the Jobber account.