简体   繁体   中英

REST API Companies House(UK) get document

I need some help to fetch a document with Companies House api from his REST API. I don't now how where I get the token_type and the access_token .

Here is the api: https://developer.companieshouse.gov.uk/

Here is the problem: https://developer.companieshouse.gov.uk/document/docs/document/id/content/fetchDocument.html

Can anyone help me with this?.

ps I'm using python3.5 and requests module.

Take a look at the bottom of this page this page . The access_token will be provided to you by Companies House, and the token_type is the type of token it is, again Companies House will provide this to you when you register with them.

In short, you can't access this system without a key ( access_token ) which Companies House will provide when you register .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM