This guide shows you how to register your own app with Justworks to obtain your OAuth credentials (client id & secret). These are required to let your users grant your app access to their Justworks account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Creation of OAuth Applications for the Justworks API is not self-service. You’ll need to contact the Justworks team to set one up.
Request OAuth application
To obtain access to the API, contact partner-api@justworks.com to request an OAuth application.Provide the following required information:
- Name: How you want your app identified to your customers (most likely your company/product name)
- Redirect URI:
https://api.nango.dev/oauth/callback - Scopes: The set of data your application needs access to. See the available Scopes
Receive your credentials
Once your OAuth application is created, Justworks will provide you with:
- Client ID
- Client Secret
Next
Follow the Quickstart to connect your first account.