Skip to main content

Show available domains

GET 

/v1/domains

Show available domains.

Responses

success response

Response Headers

  • X-Ratelimit-Limit

    integer

    Example: 100

    The maximum number of requests that you can make per period

  • X-Ratelimit-Remaining

    integer

    Example: 99

    The number of requests remaining in the current rate limit window

  • X-Ratelimit-Used

    integer

    Example: 1

    The number of requests you have made in the current rate limit window

  • X-Ratelimit-Reset

    integer

    Example: 1723886474

    The time at which the current rate limit window resets, in UTC epoch seconds

Schema

    domains

    object[]

  • Array [

  • name string
    type string

    Possible values: [public, premium, custom]

  • ]

Loading...