Code Services

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
Current revision (14:21, 31 March 2014) (edit) (undo)
 
(8 intermediate revisions not shown.)
Line 1: Line 1:
-
<font style="color: red;">Code Services API calls will not be available until September.</font>
 
-
{{Logo}}
 
[[API Home Page]]
[[API Home Page]]
 +
 +
 +
Code Services allows promotion builders to take advantage of HelloWorld's robust Code Services platform. When submitting a new promotion request, you may specify certain code configurations that will take effect in your promotion. These codes may be used for many different scenarios -- a code may be required on registration, for example, or a user may be awarded a game play if they give a valid code. The code configurations are quite extensible, please contact us if you have any questions.
 +
 +
This resource will not respond correctly if your [[API Key]] is not configured for codes.
<div class="api_table">
<div class="api_table">
{|
{|
|-
|-
-
| [[Validate & Consume a Code]]
+
| [[Validate and consume code]]
-
| POST /v1/{apikey}/codes/{code}
+
| POST
-
|
+
| /v1/{apikey}/codes/{codeClass}/{code}
|-
|-
|}
|}
</div>
</div>
- 
-
TODO: explain code services
 

Current revision

API Home Page


Code Services allows promotion builders to take advantage of HelloWorld's robust Code Services platform. When submitting a new promotion request, you may specify certain code configurations that will take effect in your promotion. These codes may be used for many different scenarios -- a code may be required on registration, for example, or a user may be awarded a game play if they give a valid code. The code configurations are quite extensible, please contact us if you have any questions.

This resource will not respond correctly if your API Key is not configured for codes.

Validate and consume code POST /v1/{apikey}/codes/{codeClass}/{code}
Personal tools