Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 1.33 KB

domains.md

File metadata and controls

20 lines (15 loc) · 1.33 KB

Domains

A domain is a way to logically group endpoints. The name of the domain will be part of a public DNS record. For that reason, we let the customer choose their domain names. Once a domain has been created, endpoints can be created and managed within the context of the domain. Because endpoints can only exist within the context of a domain, creating a domain is the first step in creating endpoints.

There is a 100 domain max per account limit. Most use cases require using a single domain for all endpoints.

Base URL

https://api.catapult.inetwork.com/v1/users/{userId}/domains

Capabilities

Verb Paths about
GET /v1/users/{userId}/domains/ List all domains on an user
POST /v1/users/{userId}/domains Create a new domain
DELETE /v1/users/{userId}/domains/{domainId} Delete specific domain