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 [email protected] 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
2
Receive your credentials
Once your OAuth application is created, Justworks will provide you with:
- Client ID
- Client Secret
3
Next
Follow the Quickstart to connect your first account.