PASAR API
Free, self-serve OpenID Connect layer over Singpass: register an app in minutes and pull Singpass-authenticated, Myinfo-verified attributes (name, NRIC, address). SG-first.
View docs ↗ More Auth & identity APIs# sgID ~ free OpenID-for-Singpass login & verified personal data needs OAuth credentials ~ get yours at: # https://docs.id.gov.sg/ curl 'https://id.gov.sg' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Singapore API into my app. API: sgID ~ free OpenID-for-Singpass login & verified personal data Provider: Open Government Products (GovTech Singapore) Auth: requires OAuth credentials (sign up: https://docs.id.gov.sg/) Pricing: free Base URL: https://id.gov.sg Important note: Free, self-serve OpenID Connect layer over Singpass: register an app in minutes and pull Singpass-authenticated, Myinfo-verified attributes (name, NRIC, address). SG-first. Source: Open Government Products (GovTech Singapore) (https://docs.id.gov.sg/) Source type: Official portal or provider docs Endpoint type: Portal or multi-endpoint API Integration difficulty: Regulated setup Production caveat: sgID is self-serve, but the payload is real NRIC-linked personal data. Keep the client secret server-side, request the narrowest scopes, and treat stored NRIC and address fields as PDPA-regulated with minimal retention. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.