DNSimple website screenshot

DNSimple

DNSimple is a domain management and DNS hosting service that provides users with a simple and easy way to manage their domain names and DNS settings. With DNSimple, users can register new domain names, transfer existing ones, and easily update DNS records to point their domains to the desired servers. The service also offers features like automatic SSL certificate provisioning, domain forwarding, and email forwarding to help users optimize their online presence.

1 APIs 0 Features
DNSDomains

APIs

DNSimple API

The DNSimple API is a powerful tool that allows users to interact with their DNS management system programmatically. This API enables developers to automate tasks such as regist...

Collections

Pricing Plans

Dnsimple Plans Pricing

3 plans

PLANS

Rate Limits

Dnsimple Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: DNSimple API
  version: '2'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: List accounts
    type: http
  http:
    method: GET
    url: https://api.dnsimple.com/v2/accounts
  docs: List accounts
- info:
    name: Identity whoami
    type: http
  http:
    method: GET
    url: https://api.dnsimple.com/v2/whoami
  docs: Identity whoami
- info:
    name: List domains
    type: http
  http:
    method: GET
    url: https://api.dnsimple.com/v2/:account/domains
    params:
    - name: account
      value: ''
      type: path
  docs: List domains
- info:
    name: Create domain
    type: http
  http:
    method: POST
    url: https://api.dnsimple.com/v2/:account/domains
    params:
    - name: account
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Create domain
- info:
    name: Get domain
    type: http
  http:
    method: GET
    url: https://api.dnsimple.com/v2/:account/domains/:domain
    params:
    - name: account
      value: ''
      type: path
    - name: domain
      value: ''
      type: path
  docs: Get domain
- info:
    name: Delete domain
    type: http
  http:
    method: DELETE
    url: https://api.dnsimple.com/v2/:account/domains/:domain
    params:
    - name: account
      value: ''
      type: path
    - name: domain
      value: ''
      type: path
  docs: Delete domain
- info:
    name: List zones
    type: http
  http:
    method: GET
    url: https://api.dnsimple.com/v2/:account/zones
    params:
    - name: account
      value: ''
      type: path
  docs: List zones
- info:
    name: Get zone
    type: http
  http:
    method: GET
    url: https://api.dnsimple.com/v2/:account/zones/:zone
    params:
    - name: account
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
  docs: Get zone
- info:
    name: List zone records
    type: http
  http:
    method: GET
    url: https://api.dnsimple.com/v2/:account/zones/:zone/records
    params:
    - name: account
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
  docs: List zone records
- info:
    name: Create zone record
    type: http
  http:
    method: POST
    url: https://api.dnsimple.com/v2/:account/zones/:zone/records
    params:
    - name: account
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Create zone record
- info:
    name: Get zone record
    type: http
  http:
    method: GET
    url: https://api.dnsimple.com/v2/:account/zones/:zone/records/:record
    params:
    - name: account
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
    - name: record
      value: ''
      type: path
  docs: Get zone record
- info:
    name: Update zone record
    type: http
  http:
    method: PATCH
    url: https://api.dnsimple.com/v2/:account/zones/:zone/records/:record
    params:
    - name: account
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
    - name: record
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Update zone record
- info:
    name: Delete zone record
    type: http
  http:
    method: DELETE
    url: https://api.dnsimple.com/v2/:account/zones/:zone/records/:record
    params:
    - name: account
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
    - name: record
      value: ''
      type: path
  docs: Delete zone record
- info:
    name: List contacts
    type: http
  http:
    method: GET
    url: https://api.dnsimple.com/v2/:account/contacts
    params:
    - name: account
      value: ''
      type: path
  docs: List contacts
- info:
    name: Create contact
    type: http
  http:
    method: POST
    url: https://api.dnsimple.com/v2/:account/contacts
    params:
    - name: account
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Create contact
- info:
    name: List certificates
    type: http
  http:
    method: GET
    url: https://api.dnsimple.com/v2/:account/certificates
    params:
    - name: account
      value: ''
      type: path
  docs: List certificates
- info:
    name: List webhooks
    type: http
  http:
    method: GET
    url: https://api.dnsimple.com/v2/:account/webhooks
    params:
    - name: account
      value: ''
      type: path
  docs: List webhooks
- info:
    name: Create webhook
    type: http
  http:
    method: POST
    url: https://api.dnsimple.com/v2/:account/webhooks
    params:
    - name: account
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Create webhook
bundled: true