mijn.host API
  1. Getting started
mijn.host API
  • Getting started
    • Introduction
    • Base url
    • Authentication
    • Response codes
  • Domains
    • Domains
      • List domains
      • Get domain
      • Update domain
      • Cancel domain
      • Get DNS records
      • Update DNS records
      • Update single DNS record
      • Get auth code
      • Cancel domain deletion
    • Contacts
      • List profiles
      • Create profile
      • Update profile
      • Get profile
    • Nameservers
      • List profiles
      • Create profile
      • Update profile
      • Get profile
    • DNS templates
      • List templates
      • Create template
      • Update template
      • Get template
    • Availability
      • Check domain availability
    • Order
      • Order domain
  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 2024-06-26 14:00:53
Previous
Introduction
Next
Authentication
Built with