MijnPartnerGroep Domain API
Home
MijnPartnerGroep.nl
Ondersteunde Partners
Ondersteunde Partners
  • MijnHostingPartner.nl
  • MijnDomeinPartner.nl
  • MijnWordPressPartner.nl
  • WebHoster.nl
Home
MijnPartnerGroep.nl
Ondersteunde Partners
Ondersteunde Partners
  • MijnHostingPartner.nl
  • MijnDomeinPartner.nl
  • MijnWordPressPartner.nl
  • WebHoster.nl
  1. Home
  • Home
  • Authentication
  • Getting started
  • Error handling
  • Authentication
    • Authenticate to the API
      POST
  • Whois
    • Check WHOIS for a single domain
      GET
    • Check WHOIS for multiple domains
      POST
  • Domain
    • Register a single domain
      POST
    • Register multiple domains
      POST
  • DomainHolder
    • Create a new DomainHolder
      PUT
    • Get a DomainHolder by ID or email address
      POST
    • Delete a DomainHolder
      DELETE
    • Update an existing DomainHolder
      PATCH
  • DNS
    • ListDomain
      GET
    • GetRecords
      GET
    • AddRecord
      PUT
    • UpdateRecord
      PATCH
    • DeleteRecord
      POST
  • Schemas
    • Schemas
      • DomainHolderSearch
      • Record
      • Domain
      • Zones
      • DomainHolder
      • BulkRegisterRequest
    • Response
      • AuthenticationSuccess
      • AuthorizationFailed
      • BadRequest
      • PaymentRequired
      • Unauthorized
      • NotFound
      • MethodNotAllowed
      • UnprocessableEntity
      • InternalServerError
  1. Home

Getting started

Here’s a quick start guide to begin using the API:

1. Add your bearer token to requests#

Example using cURL:

2. Try retrieving WHOIS info#

Provides instant feedback if the domain is available or taken.

3. Create or fetch a DomainHolder#

Optionally you can register a DomainHolder before registering domains (if not using the reseller default).

4. Register domains#

You can register domains:
Individually via /v2/domains/register
In bulk via /v2/domains/registerbatch

Summary Flow#

1.
Authenticate
2.
(Optional) Create DomainHolder
3.
Register domain(s)
4.
Monitor responses
Keep an eye on status codes (e.g. 201 for success), and refer to Error Handling for when things go wrong.
Modified at 2025-08-06 15:32:44
Previous
Authentication
Next
Error handling
Built with