I'm trying to create a web server that allow users to oauth their IB accounts. To obtain a request token, you first need to get a consumer key. I tried to follow their instruction, but there is no details on how to make a call to get the consumer_key
.
What exactly should the endpoint be? Is it a POST
or GET
call? how do params / body looks like?