Users
Get login url to redirect to myinfo
GET
http://localhost:3001/users/me/external/myinfo-redirect-login
Get login url to redirect to myinfo. This url contains attributes about person data requested to myinfo.
url: url to redirect to myinfo.
state: Identifier that represents the user's session/transaction with the client for reconciling query and response. The same value will be sent back via the callback URL. Use a unique system generated number for each user/transaction.
Get person data from myinfo
GET
http://localhost:3001/users/me/external/myinfo
Get person data from myinfo. The API is final step of myinfo-connector-python
Query Parameters
code
String
regadd: Registered Address of Person (including FIN holders)
dob: Date of Birth of Person.
sex: Sex of Person.
name: Full Name of the Person.
birthcountry: Country of Birth of Person. Refer to country
in code table provided HERE for description of each code.
nationality: Nationality of Person. Refer to the Code reference tables in the Support section for list of possible values.
unifin: Singapore issued identification number of the Person.
Last updated