# Introduction to the Dashboard
Before accessing the Dashboard, it's necessary to login (opens new window) at Classpert. If you don't have a Classpert User Account yet, please create one at Classpert Sign Up Page (opens new window)
You can access the Dashboard on the following url: https://dashboard.classpert.com (opens new window)
# Website Domain Verification
There are three verification methods available to prove your ownership of a website. Each require you use a code
generated by the Dashboard. Once you have prepared your website for verification in the method of your choice, click the
START
button to start the verification.
# HTML Method
Just add the provided Classpert Site Verification tag inise the <head>
tag of your home page.
Example:
<!-- Classpert Site Verification -->
<meta name='classpert-site-verification' content='9d86a408c10d8d78d94e86b252e19fe5' />
# TXT (DNS) Method
Just add the provided TXT entry in your website DNS record. You can learn more about DNS TXT records here (opens new window).
Example:
Type | Name | Value / Target / Content |
---|---|---|
TXT | @ | classpert-site-verification=9d86a408c10d8d78d94e86b252e19fe5 |
# CNAME (DNS) Method
Just add the provided CNAME entry in your website DNS record. You can learn more about DNS CNAME records here (opens new window).
Example:
Type | Name | Value / Target / Content |
---|---|---|
CNAME | 9d86a408c10d8d78d94e86b252e19fe5 | 9d86a408c10d8d78d94e86b252e19fe5 |
# Website Details
Once you have successfully verified your domain, you can edit the Website details on the Dashboard, such as name and description, and upload a logo image.
# API Key Generation
Once you have successfully verified your domain, your API Key will be generated. Please read the API Keys Documentation Page for more information.
Please be mindful that, after the API Key is generated, it will only be shown to the user once. Once generated, only the preffix (the first 22 characters) of you active API Key are shown in the Dashboard.
If the API Key is lost, there is no way of retrieving it, and a new one must be generated.
After you have generated your API Key, you are ready to use the API. Please read the API Documentation Page to learn more!
# Manage verified domains
On top-left menu it's possible to choose one of the already verified domains for management. This allows you to edit the domain's data.
# Adding other domains to your account
Clicking in Add Domain
on the top-right menu allows the user to repeat the process and add a new Website to his account.
A new API-Key will not be generated, the currently active API Key can be used for all of the User Account's websites.