Skip to main content

Questions tagged [api-key]

Questions about the registration, management, and usage of API keys.

4 votes
1 answer
142 views

Stack Overflow for Teams support

I am reading this documentation https://stackoverflow.help/en/articles/4385859-stack-overflow-for-teams-api where they mention the need to create a PAT to access StackOverflow for Teams API (https://...
manubrio's user avatar
  • 181
2 votes
1 answer
293 views

How can I retrieve more than 25 pages from the Stack Exchange API v2.3?

I'm trying to find a way to retrieve all the results from a search query from the Stack Exchange API v2.3. My use case includes more than 25 pages (I already use the maximum page size of 100). The ...
Halfbloodprincess's user avatar
3 votes
1 answer
124 views

What's the relation between access_token, key, quota_max, and throttling?

From How API Keys Work (FAQ) I read that the limit of requests per day per IP is 300 without a registered key, or 10000 with it. And this is what I see by experimenting myself: since I've not ...
Enlico's user avatar
  • 197
5 votes
1 answer
377 views

How to solve bad_parameter error?

I'm trying to make the Stack Exchange API request using the key provided by Stack Apps. But whenever I try it always throws the below error. {'error_id': 400, 'error_message': "key doesn't match a ...
Raja Simon's user avatar
2 votes
1 answer
247 views

How to pass `key` as header value instead of as query params?

I would like to use my API Key in the header as opposed to as a query parameter. In Stack Overflow Enterprise, I pass the value as X-API-Key in the headers. This does not work for the public Stack ...
Millicent Achieng's user avatar
6 votes
1 answer
134 views

Does a closed and/or deleted Stack Apps post still provide access to the API?

Registering your application as a Stack Apps app is necessary in order to obtain a higher request quota, authentication and write access to the API. What happens if the question is closed because of ...
Glorfindel's user avatar
  • 6,792
-1 votes
1 answer
1k views

Why and how to make use of API key and credentials Stack Overflow API? [duplicate]

I am in need of using the Stack Overflow API for my website. I've gone through the documentation and I got the API key and client credentials. But my question is, I am able to send my question through ...
Deepak's user avatar
  • 121
1 vote
0 answers
21 views

How can I look up an existing application registration? [duplicate]

I registered for a key, and I have the key and client ID, but I'd like to check the rest of the data I entered since I neglected to save it. Is there a UI somewhere to see what I did?
bmargulies's user avatar
2 votes
1 answer
110 views

Can I make a Private Application?

I wish to access the API from a purely internal application; no visible app to the public, no promotion, no OAuth. That seems impossible via the key registration form; am I missing something?
bmargulies's user avatar
2 votes
1 answer
61 views

I have created a lot of access_token with no_expiry scope while experimenting. How do I delete them?

While learning how to work with the StackApps APIs, I created quite a few (more than 10) access_token with no_expiry scope. Finally I have got my applicaiton working but I am worried that all those ...
jar's user avatar
  • 123
4 votes
1 answer
342 views

Getting an API key for an application without a server

When I go to register my application, it asks me my OAUTH application URL. But I don't have an OAuth server and I just want to get the api-key without my server. How can I fill out the form required ...
Hyeonseo Yang's user avatar
4 votes
0 answers
160 views

Can we specify more than one OAuth Domain?

I would like to use the API from a browser extension. With WebExtensions, I should be able to support Firefox and Chrome with the same code. Chrome provides an identity API for OAuth2, and so does ...
Bob's user avatar
  • 286
2 votes
1 answer
72 views

Using the API for one-off batch jobs

I'm considering using the API for a retag job not supported by existing tooling as per this meta post (of course, I'll make sure the community supports the effort before going forward). I'm planning ...
ivan_pozdeev's user avatar
1 vote
1 answer
142 views

Is it okay to just send the API key (without implementing oauth-2 login)?

I'm writing a small Android app that issues customizable queries and displays the results in a read-only format. I might implement oauth-2 in a future version, but want to leave it out of version 1.0 (...
Rapunzel Van Winkle's user avatar
11 votes
0 answers
174 views

Provide a way to reset - not invalidate - API tokens

I'm running a service with ~300 write-authenticated access tokens. It's terrifying. As part of running such a service, I'd like to be able to cycle API tokens - so that if, heaven forbid, one made an ...
user avatar

15 30 50 per page