Skip to content

Commit 08d0ce2

Browse files
committedJul 1, 2019
some more info
1 parent 3ed1b7a commit 08d0ce2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎PAYOUT.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ After a quiz has finished , payout information is available in the admin and can
33

44
To automate this one can retrieve the information to automatically do payments:
55

6+
67
# To retrieve the payout information
78
A payout is related to a quiz where the results have been triggered.
89

@@ -15,3 +16,5 @@ curl --location --request GET "https://api.zender.tv/v1/channels/<channelId>/str
1516
--header "Content-Type: application/json"
1617
```
1718

19+
# To retrieve the quiz winners
20+
See [Retrieve Quiz Information](QUIZ.md)

0 commit comments

Comments
 (0)
Please sign in to comment.