Skip to main content
softgarden
softgarden
32 actions · 1 auth method
BetaATS

Authentication

OAuth 2.0 (Client Credentials)

Uses softgarden’s OAuth 2.0 Client Credentials flow. Confidential client credentials (client_id + client_secret) must be…Guides: Connector Profile, Link Account
Actions
|
32 actions
Action
Description
Required scopes
Check Email Existence
Check whether an email address is already registered as an applicant account.
Check Username Existence
Check whether a username is already registered as an applicant account.
Create Applicant Account
Register a new applicant account on the softgarden tenant.
List Applications
List all applications belonging to the authenticated applicant.
Get Application
Retrieve a single application by its ID.
List Application Sources
Retrieve the configured application sources for the tenant.
Withdraw Application
Withdraw a submitted application.
Check Job Applied
Check whether the authenticated applicant has applied to a job.
Get Application ID For Job
Retrieve the application ID for an applicant’s application to a specific job.
Start Application
Create a draft application for a job posting.
Store Application Information
Save applicant information to a draft application.
Update Application Information
Update applicant information on a draft application (PUT — replaces the entire ApplicationProfileDTO).
Submit Application
Finalize and submit a completed application.
Delete Draft Application
Delete an unsubmitted (draft) application.
Upload Attachment
Upload a file attachment to an application.
Get Attachment Metadata
Retrieve metadata for an attachment by ID.
Get Attachment Content
Download the actual file content of an attachment.
Delete Attachment
Delete an attachment from an application.
Upload Profile Picture
Upload an applicant profile picture to an application.
Upload CV
Upload a CV (résumé) to an application.
Get Catalog Values
Resolve catalog values for a specific catalog type.
List Jobboards
Retrieve all configured jobboards (channels) for the tenant.
Get Jobboard
Retrieve details of a single jobboard channel by ID.
Search Jobs In Channel
List or search the jobs published in a specific jobboard channel.
List Posting Channels (v3)
List all posting channels configured for the tenant (Frontend API v3).
List Jobs Of Channel (v3)
List all jobs published in a specific posting channel.
Get Job By ID (v3)
Retrieve a single job by its softgarden internal job ID, scoped to a channel.
Get Job By Project Number (v3)
Retrieve a single job by its project number (the human-readable identifier displayed on the career site), scoped to a ch…
Get Job Details HTML
Retrieve a job posting’s details as a rendered HTML string.
Get Job Name
Retrieve a job posting’s name as a plain string.
Check Application Exists For Job
Check whether the authenticated applicant has an application for the given job.
Get Job Prescreening Questions
Retrieve the mandatory prescreening questions for a job.

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/softgarden/filled/png

Connector Profile

softgarden - OAuth 2.0 (Client Credentials)
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/softgarden/filled/png

Link Account

softgarden - OAuth 2.0 (Client Credentials)
4

Use Actions

Invoke actions using one of the methods below: