> ## Documentation Index
> Fetch the complete documentation index at: https://hub.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# JobAdder (OAuth Client Credentials)

> Follow these steps to connect JobAdder (OAuth Client Credentials) via the StackOne Hub successfully.

<Warning>
  Ensure that your JobAdder account has **Admin** privileges.
</Warning>

If you've been directed to StackOne to integrate with JobAdder, the following steps will help you understand the process and any necessary actions to configure a successful integration.

## Create your Client ID and Client Secret

<Steps>
  <Step title="Login to Developer Portal">
    Go to the [JobAdder Developer Portal](https://developers.jobadder.com/) and log in with your account.\
    If you don’t yet have an account, create one by following the registration process.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="JobAdder Developer Portal login screen" src="https://mintcdn.com/stackone-hub/WMxmqS-isIyZCNQU/images/jobadder/image2.png?fit=max&auto=format&n=WMxmqS-isIyZCNQU&q=85&s=5103d3f809294d9dfec933d2a29a1c03" width="1854" height="1602" data-path="images/jobadder/image2.png" />
    </Frame>
  </Step>

  <Step title="Register a New Application">
    Click **Register a New Application** to create a new application.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Register a new application in JobAdder" src="https://mintcdn.com/stackone-hub/WMxmqS-isIyZCNQU/images/jobadder/image3.png?fit=max&auto=format&n=WMxmqS-isIyZCNQU&q=85&s=2fe6810fdd68a0a0d10373f909f36afc" width="2140" height="1544" data-path="images/jobadder/image3.png" />
    </Frame>
  </Step>

  <Step title="Configure the Application Details">
    Enter the application details and then click the **Create** button:

    * **Application Name**: e.g. *StackOne*
    * **Redirect URL**: `https://api.stackone.com/connect/oauth2/jobadder/callback`
    * **Privacy URL**: e.g. `https://www.stackone.com/terms/privacy-policy`

    Submit the form by clicking **Register Application**.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Configure application details" src="https://mintcdn.com/stackone-hub/WMxmqS-isIyZCNQU/images/jobadder/image4.png?fit=max&auto=format&n=WMxmqS-isIyZCNQU&q=85&s=255502683fdde5b772796b10242f00c4" width="1894" height="1758" data-path="images/jobadder/image4.png" />
    </Frame>
  </Step>

  <Step title="Retrieve Client ID and Client Secret">
    You will now see the **Client ID** and **Client Secret**. Copy and store them securely.\
    You can also access them at any time from your developer account.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="View Client ID and Client Secret" src="https://mintcdn.com/stackone-hub/WMxmqS-isIyZCNQU/images/jobadder/image5.png?fit=max&auto=format&n=WMxmqS-isIyZCNQU&q=85&s=10903af73922a8dcaa07af7f4b4547f9" width="2060" height="1498" data-path="images/jobadder/image5.png" />
    </Frame>
  </Step>
</Steps>

## Connecting with StackOne

<Steps>
  <Step>
    Upon reaching the Link Account page, enter the credential(s) from the previous steps:

    * **Client ID**
    * **Client Secret**
    * **Scopes** (optional)

    <Note>
      In the **Scopes** field, you can enter a space-separated list of scopes.\
      The full list of available scopes can be found at [JobAdder API Scopes](https://api.jobadder.com/v2/docs#section/Getting-Started/Scopes).\
      If no scopes are provided, the following defaults will be applied: **read, write, offline\_access**.
    </Note>

    Proceed by clicking the Connect button.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Enter Credentials" src="https://mintcdn.com/stackone-hub/WMxmqS-isIyZCNQU/images/jobadder/image6.png?fit=max&auto=format&n=WMxmqS-isIyZCNQU&q=85&s=3d2a87e8bee417c52f5ab23bcc2853ad" width="982" height="1284" data-path="images/jobadder/image6.png" />
    </Frame>
  </Step>

  <Step title="Login to JobAdder">
    If you are not already logged in, you will be prompted with the JobAdder login window.\
    Enter your JobAdder credentials and click **Sign In**.\
    This step is automatically skipped if you are already logged in.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="JobAdder authorisation window" src="https://mintcdn.com/stackone-hub/WMxmqS-isIyZCNQU/images/jobadder/image8.png?fit=max&auto=format&n=WMxmqS-isIyZCNQU&q=85&s=7a9911cea828b0307d5b6dd1ee0f32ec" width="2940" height="1912" data-path="images/jobadder/image8.png" />
    </Frame>
  </Step>

  <Step title="Authorize Application">
    A window will appear with details of the specified application. Click **Accept** to authorize the application for this integration.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Authorize Application" src="https://mintcdn.com/stackone-hub/WMxmqS-isIyZCNQU/images/jobadder/image7.png?fit=max&auto=format&n=WMxmqS-isIyZCNQU&q=85&s=78cd02127747ba2d9a10cdabc733e51a" width="2940" height="1912" data-path="images/jobadder/image7.png" />
    </Frame>
  </Step>
</Steps>

## Available data

This integration has the following [ATS Resources](https://docs.stackone.com/reference/getting-started-with-your-api) available from the provider:

<ul>
  <li>Applications</li>
  <li>Candidates</li>
  <li>Interview Stages</li>
  <li>Job Postings</li>
  <li>Jobs</li>
  <li>Rejected Reasons</li>
</ul>
