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: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