Fetch promotions

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
Here's a table. Ugh.
Here's a table. Ugh.
 +
 +
{|
 +
| Foo | Bar
 +
|-
 +
| Goo | Ber
 +
|}
|example=Request representation: empty
|example=Request representation: empty

Revision as of 20:52, 4 March 2009

Summary

Fetch all the promotion resources, represented by API keys, available to the authenticated account.

Here's a table. Ugh.

{



Example

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).

Personal tools