Amazon Web Services Domain Names API

The Domain Names API from Amazon Web Services — 11 operation(s) for domain names.

Operations 11

GET /domainnames/{domain_name}/basepathmappings Amazon Web Services Getbasepathmappings #
GET /domainnames Amazon Web Services Getdomainnames #
PATCH /domainnames/{domain_name}/basepathmappings/{base_path} Amazon Web Services Updatebasepathmapping #
PATCH /domainnames/{domain_name} Amazon Web Services Updatedomainname #
GET /v2/domainnames/{domainName}/apimappings Amazon Web Services Getapimappings #
GET /v2/domainnames Amazon Web Services Getdomainnames #
PATCH /v2/domainnames/{domainName}/apimappings/{apiMappingId} Amazon Web Services Updateapimapping #
PATCH /v2/domainnames/{domainName} Amazon Web Services Updatedomainname #
GET /v1/domainnames/{domainName}/apiassociation Amazon Web Services Getapiassociation #
GET /v1/domainnames Amazon Web Services Listdomainnames #
POST /v1/domainnames/{domainName} Amazon Web Services Updatedomainname #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/amazon-web-services-domain-names-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

amazon-web-services-domain-names-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Amazon Web Services Domainnames API
  version: '1.0'
  description: 'Operations tagged Domainnames across 3 of this provider''s published API definitions: apigateway-openapi-original.yml, apigatewayv2-openapi-original.yml, appsync-openapi-original.yml. Each path carries the servers of the definition it was published in.'
tags:
- name: Domain Names
paths:
  /domainnames/{domain_name}/basepathmappings:
    GET:
      summary: Amazon Web Services Getbasepathmappings
      description: Represents a collection of BasePathMapping resources.
      operationId: amazonWebServicesGetBasePathMappings
      tags:
      - Domain Names
  /domainnames:
    GET:
      summary: Amazon Web Services Getdomainnames
      description: Represents a collection of DomainName resources.
      operationId: amazonWebServicesGetDomainNames
      tags:
      - Domain Names
  /domainnames/{domain_name}/basepathmappings/{base_path}:
    PATCH:
      summary: Amazon Web Services Updatebasepathmapping
      description: Changes information about the BasePathMapping resource.
      operationId: amazonWebServicesUpdateBasePathMapping
      tags:
      - Domain Names
  /domainnames/{domain_name}:
    PATCH:
      summary: Amazon Web Services Updatedomainname
      description: Changes information about the DomainName resource.
      operationId: amazonWebServicesUpdateDomainName
      tags:
      - Domain Names
  /v2/domainnames/{domainName}/apimappings:
    GET:
      summary: Amazon Web Services Getapimappings
      description: Gets API mappings.
      operationId: amazonWebServicesGetApiMappings
      tags:
      - Domain Names
  /v2/domainnames:
    GET:
      summary: Amazon Web Services Getdomainnames
      description: Gets the domain names for an AWS account.
      operationId: amazonWebServicesGetDomainNames
      tags:
      - Domain Names
  /v2/domainnames/{domainName}/apimappings/{apiMappingId}:
    PATCH:
      summary: Amazon Web Services Updateapimapping
      description: The API mapping.
      operationId: amazonWebServicesUpdateApiMapping
      tags:
      - Domain Names
  /v2/domainnames/{domainName}:
    PATCH:
      summary: Amazon Web Services Updatedomainname
      description: Updates a domain name.
      operationId: amazonWebServicesUpdateDomainName
      tags:
      - Domain Names
  /v1/domainnames/{domainName}/apiassociation:
    GET:
      summary: Amazon Web Services Getapiassociation
      description: Retrieves an ApiAssociation object.
      operationId: amazonWebServicesGetApiAssociation
      tags:
      - Domain Names
  /v1/domainnames:
    GET:
      summary: Amazon Web Services Listdomainnames
      description: Lists multiple custom domain names.
      operationId: amazonWebServicesListDomainNames
      tags:
      - Domain Names
  /v1/domainnames/{domainName}:
    POST:
      summary: Amazon Web Services Updatedomainname
      description: Updates a custom DomainName object.
      operationId: amazonWebServicesUpdateDomainName
      tags:
      - Domain Names
x-refined-from:
- apigateway-openapi-original.yml
- apigatewayv2-openapi-original.yml
- appsync-openapi-original.yml