Fetch promotions
From ePrize Developers Wiki
(Difference between revisions)
(Replacing page with '<pre> Request representation: empty Response: List of all promotions as /v1/{apikey} resources </pre>') |
|||
Line 3: | Line 3: | ||
Response: | Response: | ||
- | + | /v1/{apikey1} | |
+ | /v1/{apikey2} | ||
+ | ... | ||
</pre> | </pre> | ||
+ | |||
+ | All available API keys registered to the account are returned. The account is determined by the hostname the request was made on, not the account name used in authentication (which may not be given for an untrusted request). |
Revision as of 13:48, 3 March 2009
Request representation: empty Response: /v1/{apikey1} /v1/{apikey2} ...
All available API keys registered to the account are returned. The account is determined by the hostname the request was made on, not the account name used in authentication (which may not be given for an untrusted request).