/
/bitlaunch-api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • getView Account
  • getView Usage
  • getView History
  • getGet Host Create Options
  • getList SSH Keys
  • postCreate SSH Key
  • deleteDelete SSH Key
  • getList Transactions
  • postCreate Transaction
  • getGet Transaction
  • getList Servers
  • postCreate Server
  • getGet Server
  • deleteDelete Server
  • postRebuild Server
  • postResize Server
  • postRestart Server
  • postStop Server
  • postReset Server Password
  • getGet Resize Options
  • getList Domains
  • postCreate Domain
  • deleteDelete Domain
  • getList Records
  • postCreate Record
  • deleteDelete Record

List Domains

Lists domains.

get/domains

Response

200

idstring
uidstring
createdstring
countsobject

Example response

[
  {
    "id": "test.com",
    "uid": "aaaaaaaaaaabbbbbbbbbbbbb",
    "created": "2022-02-08T16:33:36.754Z"
  }
]

Changes