Authentication
Every request towards our API requires a API token.
Example
Below you can view a example request including the Authorization header.
GET https://childporn.report/api/v1/reports
| Header | Value |
|---|---|
| Authorization | Bearer yourApiToken |