v1

latestOpenAPI 3.1.02026-07-241080412.6 KB

Amazon FireTV

Use this endpoint to notify Cleeng about the successful Amazon FireTV in-app payment (Initial Purchase) and create a subscription in Cleeng. <br><br> The relevant endpoints are: <br>- Production URL: https://api.cleeng.com/amazon/payment <br>- Sandbox URL: https://api.sandbox.cleeng.com/amazon/payment <br><br> Note: <br> For integrations utilizing <glossary:JWT> authorization please use the MediaStore SDK API Amazon FireTV Payment endpoint.

post/amazon/payment

Headers

Content-Typestring
X-Publisher-Tokenstring

Request body

customerEmailstring required

Customer's email

offerIdstring required

An identifier of a Cleeng offer (eg E123123123_US)

ipAddressstring

Customer's IP address (an optional parameter). Accepted: IPv4, IPv6.

Response

200

messagestring

Example response

{
  "message": "OK"
}