How do I obtain the client_id and client_secret for authenticating with OAuth 2.0?

Hi, please can someone help me.

I am looking to start putting together a test application that will manipulate company data (API filing). The documentation covering authenticating web server applications with OAuth 2.0 states that this process requires a client_id and a client_secret. How do I obtain these two pieces of information? I have seen it mentioned on several posts that the client_id and client_secret are made available when you sign up and register an application, but the only thing I see under the application details is my API key.

To get a client ID and secret, within your application, click on Create New Key and then choose the Web option.

Hi Mark,

Thanks for your help. I now have a client-id and client_secret :grinning:.