API V3 – Documentation

Our API version 3.0 is now (March 2023) available. The full API documentation can be found here. https://www.riddle.com/creator/v3/docs To help you get started, you can either use Postman or the sample PHP script below. When using Postman, please add the authentication parameters to the Headers as shown in the screenshot below. The token needs to …

API V3 – Documentation Read More ยป

(Deprecated) Get team list

November 8, 2019 – We’ve deprecated this API version. Please upgrade to our much snazzier v2 (view more info here). Request Method GET Path /api/creators/team/get-list Example https://www.riddle.com/api/creators/team/get-list?token=<your-token> Params Response Type JSON Example [{ id: 1, title: “Team Riddle” }, { id: 42, title: “Team 42” }]

(Deprecated) Get riddle embed code

November 8, 2019 – We’ve deprecated this API version. Please upgrade to our much snazzier v2 (view more info here). Request Method GET Path /api/creators/riddle/get-embed-code Example https://www.riddle.com/api/creators/riddle/get-embed-code?token=<your-token>&riddleId=123 Params Response Type STRING

(Deprecated) Get riddle list

November 8, 2019 – We’ve deprecated this API version. Please upgrade to our much snazzier v2 (view more info here). Request Method GET Path /api/creators/riddle/get-list Example https://www.riddle.com/api/creators/riddle/get-list?token=<your-token>&type=quiz Params Response Type JSON Example [{ items: [ [ id: 42, title: “My awesome Quiz”, type: “quiz”, thumb: “https://…” ] ], page: 1 }]