v1

latestOpenAPI 3.1.02026-07-249097.5 KB

/offers

Create a company offer (job or talent pool).

Watch out when testing the endpoint here! It will create new resources!

post/c/{company_id}/offers

Path parameters

company_idinteger required

Company ID. A company subdomain can also be used.

Headers

Content-Typestring

Request body

Response

200

Example response

{
  "offer": {
    "guid": "6bl4y",
    "title": "Senior Product Designer",
    "fieldsetId": 160356,
    "followers": [
      {
        "email": "john.smith@recruitee.com",
        "firstName": "John",
        "hasAvatar": true,
        "id": 21775,
        "initials": "JS",
        "lastName": "Smith",
        "photoNormalUrl": "https://recruitee.s3.eu-central-1.amazonaws.com/admins/21775/normal_avatar_vt5hln3m8r5k.jpg",
        "photoThumbUrl": "https://recruitee.s3.eu-central-1.amazonaws.com/admins/21775/thumb_avatar_vt5hln3m8r5k.jpg",
        "timeFormat24": true,
        "timezone": "America/Chicago"
      }
    ],
    "pipelineTemplate": {
      "default": true,
      "id": 178088,
      "stages": [
        {
          "category": "referred",
          "id": 2212021,
          "locked": true,
          "name": "Referred",
          "position": -3
        }
      ],
      "title": "Default"
    },
    "id": 567441,
    "visibilityOptions": [
      "linkedin"
    ],
    "countryCode": "DE",
    "status": "published",
    "followed": true,
    "category": "design",
    "optionsCoverLetter": "optional",
    "url": "https://apiacademy.recruitee.com/o/senior-product-designer",
    "optionsPhone": "required",
    "primaryLangCode": "en",
    "city": "Berlin",
    "employmentType": "fulltime",
    "careersUrl": "https://apiacademy.recruitee.com/o/senior-product-designer",
    "emailConfirmation": true,
    "admins": [
      {
        "email": "john.smith@recruitee.com",
        "firstName": "John",
        "hasAvatar": true,
        "id": 21775,
        "initials": "JS",
        "lastName": "Smith",
        "membership": {
          "adminId": 21775,
          "id": 439276,
          "offerIds": [
            433214
          ],
          "quickStartSteps": {
            "createJob": true,
            "talentPools": true
          },
          "role": "Administrator",
          "roleAdmin": true,
          "roleId": 901817,
          "showAcademyButton": true
        },
        "photoNormalUrl": "https://recruitee.s3.eu-central-1.amazonaws.com/admins/21775/normal_avatar_vt5hln3m8r5k.jpg",
        "photoThumbUrl": "https://recruitee.s3.eu-central-1.amazonaws.com/admins/21775/thumb_avatar_vt5hln3m8r5k.jpg",
        "roleAbilities": [
          "manage_attributes"
        ],
        "roleAdmin": true,
        "roleId": 901817,
        "roleName": "Administrator",
        "timeFormat24": true,
        "timezone": "America/Chicago"
      }
    ],
    "location": "Berlin, Germany",
    "updatedAt": "2022-04-08T10:28:51.799410Z",
    "fieldset": {
      "default": true,
      "fields": [
        {
          "id": 644835,
          "kind": "language_skill",
          "visibility": {
            "level": "public"
          },
          "visible": true
        }
      ],
      "id": 160356,
      "name": "Basic"
    },
    "education": "master_degree",
    "hasAdditionalInfo": true,
    "optionsPhoto": "optional",
    "requirements": "<p>Five years of experience in product design.</p>",
    "emailConfirmationSubject": "[job_offer] - Confirmation of your application",
    "experience": "experienced",
    "createdAt": "2022-04-08T10:28:51.799410Z",
    "defaultTranslations": {
      "emailConfirmationBody": "<div>Your application for the [job_offer] position has been successfully submitted.</div><br><div>If you want to add something to your application just respond to this email.</div><div><br></div>[company]",
      "emailConfirmationSubject": "[job_offer] - Confirmation of your application",
      "title": "Senior Product Designer"
    },
    "position": 10,
    "adminappUrl": "https://app.recruitee.com/#/offers/senior-product-designer",
    "description": "<p>We would like to hire a Senior Product Designer.</p>",
    "autoReplyTemplateId": 163754,
    "langCode": "en",
    "kind": "job",
    "pipelineTemplateId": 178088,
    "stateCode": "BE",
    "slug": "senior-product-designer",
    "optionsCv": "required",
    "mailboxEmail": "job.6bl4y@apiacademy.recruitee.com",
    "emailConfirmationBody": "<div>Your application for the [job_offer] position has been successfully submitted.</div><br><div>If you want to add something to your application just respond to this email.</div><div><br></div>[company]",
    "publishedAt": "2022-04-08T10:28:51.740080Z"
  }
}