API Docs

Authentication

API key

To use our API you need to authenticate yourself by creating an API key first which can be created either for an account or for a whole project.

The created API key gets sent as an header, for example:

X-RIDDLE-BEARER: Bearer [API_KEY]

Example Request to API

This example accesses the Riddle list API endpoint.

                    URL: https://www.riddle.com/api/v3/riddle/list
                    Method: POST

                    ! Headers:
                    X-RIDDLE-BEARER: Bearer [API_KEY]