PASAR API
Official UK company register: profiles, officers, filing history and charges. Free API key, HTTP-basic auth. Global, works for MY.
View docs ↗ More Government services APIs# Companies House API ~ UK company registry, filings & officers needs an API key ~ get yours at: # https://developer.company-information.service.gov.uk/ curl 'https://api.company-information.service.gov.uk' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian API into my app. API: Companies House API ~ UK company registry, filings & officers Provider: UK Companies House Auth: requires an API key (sign up: https://developer.company-information.service.gov.uk/) Pricing: free Base URL: https://api.company-information.service.gov.uk Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.