Create Application
Create Application
Create a new application for a candidate in a hiring flow
POST
Create Application
Create Application
Sign up a candidate for an application by providing their email, phone number, name, and hiring flow ID.Endpoint
Authentication
[!NOTE] Requires a valid company API key in theAuthorizationheader (format:Api-Key <key>).
Request Body
Example Request
Responses
201: Created
Successfully signed up for the application. Returns the application object.400: Bad Request
Invalid request body, missing required fields, or invalid hiring flow ID.Notes
- If the candidate email already exists in the system, the application is linked to the existing user
- If the candidate is new, a user account is automatically created
- The application starts at the first stage of the hiring flow
- Any configured automations for the first stage will trigger