
## API v2
POST   /account/destroy                      Onetime::App::APIV2::Account#destroy_account
POST   /account/change-password              Onetime::App::APIV2::Account#change_account_password
POST   /account/update-locale                Onetime::App::APIV2::Account#update_locale
POST   /account/apitoken                     Onetime::App::APIV2::Account#generate_apitoken
POST   /account/domains/add                  Onetime::App::APIV2::Domains#add_domain
POST   /account/domains/:domain/remove       Onetime::App::APIV2::Domains#remove_domain
GET    /account/domains/:domain              Onetime::App::APIV2::Domains#get_domain
POST   /account/domains/:domain/verify       Onetime::App::APIV2::Domains#verify_domain
PUT    /account/domains/:domain/brand        Onetime::App::APIV2::Domains#update_domain_brand
DELETE /account/domains/:domain/logo         Onetime::App::APIV2::Domains#delete_domain_logo
POST   /account/domains/:domain/logo         Onetime::App::APIV2::Domains#update_domain_logo
GET    /account/domains/:domain/logo         Onetime::App::APIV2::Domains#get_domain_logo
GET    /account/domains/:domain/brand        Onetime::App::APIV2::Domains#get_domain_brand
GET    /account/domains                      Onetime::App::APIV2::Domains#list_domains
GET    /account                              Onetime::App::APIV2::Account#get_account

GET    /private/recent                       Onetime::App::APIV2::Secrets#list_metadata
POST   /private/:key/burn                    Onetime::App::APIV2::Secrets#burn_secret
GET    /private/:key                         Onetime::App::APIV2::Secrets#get_metadata
GET    /secret/:key                          Onetime::App::APIV2::Secrets#get_secret
POST   /secret/:key                          Onetime::App::APIV2::Secrets#reveal_secret

POST   /secret/conceal                       Onetime::App::APIV2::Secrets#conceal_secret

GET    /authcheck                            Onetime::App::APIV2#authcheck
GET    /supported-locales                    Onetime::App::APIV2#get_supported_locales

GET    /status                               Onetime::App::APIV2#status
GET    /authcheck                            Onetime::App::APIV2#authcheck
GET    /version                              Onetime::App::APIV2#version
POST   /validate-shrimp                      Onetime::App::APIV2#get_validate_shrimp

POST   /feedback                             Onetime::App::APIV2#receive_feedback
POST   /exception                            Onetime::App::APIV2#receive_exception

GET    /altcha/challenge                     Onetime::App::APIV2::Challenges#altcha_challenge
POST   /altcha/verify                        Onetime::App::APIV2::Challenges#altcha_verify
POST   /altcha/verify-spam                   Onetime::App::APIV2::Challenges#altcha_verify_spam

GET    /colonel                              Onetime::App::APIV2::Colonel#get_index
