SEEK - Australia's no. 1 jobs, employment, career and recruitment site

Apply on your site, with SEEK
POST Application CompletedThis method is called to notify SEEK when a Candidate submits a job application.
Request
POST https://api.seek.com.au/v2/Applications/<id>/completeAccept: application/jsonAuthorization: Bearer <ClientCredentials Access Token>
Request parameters
idURI path param - Required
Identifier of the application to be completed
AuthenticationAn Authorize header is required with the following values:
  • Scheme: Bearer
  • Value: an Access Token obtained using the Client Credentials flow. Note that this is a different token, obtained using a different flow (The client credentials flow) to that used in the “Post Application Prefilled” request.
Responses
  • 204 No Content: Successful request to complete application
  • 401 Unauthorized: Not authorized to view this application
  • 404 Not Found: Application is not found