1. Getting started
mijn.host API
  • Getting started
    • Introduction
    • Base url
    • Authentication
    • Response codes
  • Domains
    • Domains
      • List domains
      • Get domain
      • Update domain
      • Cancel domain
      • Cancel domain deletion
      • Get DNS records
      • Update DNS records
      • Update single DNS record
      • Get auth code
    • Contacts
      • List profiles
      • Get profile
      • Create profile
      • Update profile
      • Delete profile
      • Get profile
      • Update profile
    • Nameservers
      • List profiles
      • Get profile
      • Create profile
      • Update profile
      • Delete profile
    • DNS templates
      • List templates
      • Get template
      • Create template
      • Update template
      • Delete template
    • Availability
      • Check domain availability
    • Order
      • Order domain
    • Extensions
      • List domain extensions
      • Get domain extension
  • Virtual Private Servers
    • Backups
      • List backups
      • Create backup
      • Restore backup
    • List VPS instances
      GET
    • VPS details
      GET
    • Update VPS
      PUT
    • Restart VPS
      POST
    • Enable or disable rescue mode
      PUT
    • Cancel VPS
      DELETE
    • Cancel VPS deletion
      PUT
    • List available OS images
      GET
    • Reinstall VPS
      POST
  • Orders
    • List orders
      GET
    • Get order
      GET
    • Update order
      PUT
  • Affiliate
    • Commissions
      • List affiliate commissions
      • Get affiliate commission
    • Payments
      • List affiliate payments
      • Get affiliate payment
  • Account
    • Profile
      • Get account profile
      • Update account profile
    • Payment methods
      • List payment methods
      • Update default payment method
    • Invoices
      • List invoices
      • Get invoice
      • Download invoice PDF
    • Users
      • List account users
      • Get account user
      • Create account user
      • Update account user
    • Tickets
      • List support tickets
      • Get support ticket
      • Create support ticket
      • Reply to support ticket
  1. Getting started

Base url

To interact with the mijn.host API, you'll use the base URL, which forms the root address for all API requests. This base URL is essential for accessing various endpoints to manage domain names and related services.

Base URL Structure#

The mijn.host API base URL is:
https://mijn.host/api/v2
This URL serves as the entry point for all API operations. Each API request will append a specific endpoint path to this base URL to perform actions such as listing domains, updating DNS records, or managing account settings.

Full URL Structure#

Each API request will follow the structure:
https://mijn.host/api/v2/{endpoint}
Where {endpoint} represents the specific API resource or action you wish to access.
To make requests to specific API endpoints, combine the base URL with the desired endpoint path. For example, to access the endpoint for listing domains, the full URL would be:
https://mijn.host/api/v2/domains
Modified at 2026-03-17 13:01:33
Previous
Introduction
Next
Authentication
Built with