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
      • 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
    • 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
  • Orders
    • List orders
      GET
    • Get order
      GET
    • Update order
      PUT
  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