Table of Contents
Routes
verification-websites
POST verification-websites/
Creates a new website.
Inputs | Type | Description |
domain | string | [req] |
POST verification-websites/verify
Runs verification check specified website
Inputs | Type | Description |
website_id | integer | [req] |
xenforo_validation_token | string | |
GET verification-websites/{id}/
Gets information about the specified website.
Inputs | Type | Description |
None. |
DELETE verification-websites/{id}/
Deletes the specified website.
Inputs | Type | Description |
None. |
Outputs | Type | Description |
success | true | |
Types
OzzModz_WebsiteVerification_Website
Structure | Type | Description |
can_view | bool | |
can_delete | bool | |
txt_record | string | |
verification_file_path | string | |
is_verified | bool | |
website_id | integer | |
domain | string | |
verification_code | string | |
xenforo_validation_token | string | |
date_added | integer | |
validation_date | integer | |
last_update | integer | |
dns_verified | bool | |
file_verified | bool | |