Skip to main content

Create new temporary email

POST 

/v1/emails

Create new temporary email

Request

Body

    email string

    Specific email address to create. If not provided, a random email address will be generated.

    domain string

    Specific domain to use. If not provided, a random domain will be used. If email is provided, this field will be ignored.

    domain_type

    object

    Specific domain type to use. If not provided, a random domain type will be used. If email or domain is provided, this field will be ignored.

    oneOf

    Return email from public domain

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

    email email
    ttl integer

    Time to live in seconds

Loading...