A few years ago I wrote an application for my company which is still functioning and works well however I have been given a task to add a new URL to the whitelist for this application and I cannot find it. When I log into my own account on the developer portal I don’t see a list of applications and projects.

I know there are endpoints in the API which lets the user identify themselves, but that is the user behind the access key, not the user behind the consumer key. is there any way I can do a reverse look up with a consumer key and consumer token so I can find out the user responsible for the management of the API?

I also have the app name and the app ID

Not the consumer key no, but the first set of numbers before the - in an access token is the user id in case that helps.

If your app offered login with twitter, the authorize screen shows the owner name, not user name but it might help identify the account. Or you can try twurl authorize in command line, I think the authorize screen will be shown there too if I remember correctly.

Maybe try Other question if you don’t get help here