If gmailId is not specified, the system will randomly select from all Gmail IDs associated with your account. Setting plus to true generates addresses with the format username+random@gmail.com, which is useful for email filtering and tracking. All generated addresses will work with Gmail's systems and will deliver mail to your original Gmail account. The maximum value for number may be limited based on your account type and permissions.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
gmailId
string
optional
Specifies a particular Gmail ID to use for email generation. If not provided, the system will use all Gmail IDs associated with your account.
number
integer
required
The number of email addresses to generate. This determines how many unique Gmail addresses will be returned.
Example:
1
plus
boolean
required
When set to true, generated addresses will include the "+" notation (e.g., username+random@gmail.com), which can be used for email filtering. When false or omitted, addresses will use standard Gmail address formats.