{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Compliance Events Access Control Apply Connect Jobs API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.linkedin.com/oauth/v2/authorization", "accessTokenUrl": "https://www.linkedin.com/oauth/v2/accessToken", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Apply Connect Jobs", "type": "folder" }, "items": [ { "info": { "name": "LinkedIn Create or Update Apply Connect Job Posting", "type": "http" }, "http": { "method": "POST", "url": "https://api.linkedin.com/v2/simpleJobPostings", "headers": [ { "name": "x-restli-method", "value": "batch_create" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Apply Connect enabled job posting or updates/closes an existing one. Use the `jobPostingOperationType` field to specify the operation:\n- `CREATE`: Create a new job posting - `UPDATE`: Update an existing job posting - `CLOSE`: Close an existing job posting\nFor more information, refer to the [Apply Connect Jobs Lifecycle documentation](https://docs.microsoft.com/en-us/linkedin/talent/job-postings/api/sync-jobs-onsite-apply#apply-connect-jobs-lifecycle)." } ] } ], "bundled": true }