The Add to SEEK Pass integration follows a standardized flow to securely transmit credential data from partner systems to SEEK Pass. This sequence diagram illustrates the complete process.
Partners prepare user data for the payload in JSON format based on credential type (e.g. Education qualifications or English proficiency). Detailed requirements are provided for each credential type in their respective sections.
The integration process involves these key steps:
The diagram below illustrates the data flow between partner systems, the SEEK Pass API, and end users:
The integration workflow consists of two primary phases, authentication and user data submission:
Begin by authenticating with SEEK Pass using OAuth 2.0. You will receive a client ID and client secret upon registering as a partner with SEEK Pass. Use these credentials with the Authentication API to obtain an OAuth access token for subsequent API calls.
Once authenticated, prepare your user data in JSON format according to the relevant credential type specifications, such as Education Qualification. Submit this data through the Add to SEEK Pass API, which returns a redirect URL. Direct users to the provided URL to complete their SEEK Pass experience seamlessly. You may optionally monitor the submission status to track whether the process is successful, cancelled, or still in progress.
User enters flow: Users click a link / enter a code provided by partners (e.g., via a code / button in an email).
Data validation: Users are redirected to the partner's API for data validation.
Request link generation: The partner calls the SEEK Pass API to generate a request link and optionally displays a loading page.
User redirect: Users are redirected to the provided URL to add the credential to SEEK Pass
Verification process: Users are guided through a short and seamless flow to add their credential to SEEK Pass
For technical implementation details, refer to these specific sections:
For optimal integration results:
If your organisation uses a custom email domain (e.g. @youruniversity.edu.sg), please ensure that OTP (One-Time Password) emails from SEEK Pass are successfully delivered to your accounts.