Skip to main content

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.

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.
Creation of OAuth Applications for the Justworks API is not self-service. You’ll need to contact the Justworks team to set one up.
1

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
You can optionally provide a Logo URL, Terms of Service URL, and Privacy Policy URL, which will be shown to customers when they authorize your application.
2

Receive your credentials

Once your OAuth application is created, Justworks will provide you with:
  • Client ID
  • Client Secret
You’ll need these credentials when configuring the integration in Nango. Pass them along with the various scopes you previously requested.
3

Next

Follow the Quickstart to connect your first account.
For more details, see Justworks’ Integration With the API Documentation.