PASAR API
National KYC source: with user consent, retrieve verified identity, demographic, income (NOA), CPF and HDB data straight from government records after Singpass login. Partner onboarding + app registration required; sandbox available. SG-first.
View docs ↗ More Auth & identity APIs# Singpass Myinfo ~ consent-based KYC personal-data retrieval needs OAuth credentials ~ get yours at: # https://docs.developer.singpass.gov.sg/docs/products/singpass-myinfo curl 'https://api.myinfo.gov.sg' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian API into my app. API: Singpass Myinfo ~ consent-based KYC personal-data retrieval Provider: GovTech Singapore (Singpass) Auth: requires OAuth credentials (sign up: https://docs.developer.singpass.gov.sg/docs/products/singpass-myinfo) Pricing: free Base URL: https://api.myinfo.gov.sg Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.