iCloud Email
Get content email from @icloud.com
Endpoints
Request
Request Parameters
Parameters
Value
Required
Type
Description
{email}
yes
string
Specifies the email address to which the purchased account details will be sent. This value can be retrieved from the response of the GET https://cubemmo.net/api/buy?account_type={account_type}&quantity={quantity} endpoint.
api_key
{api_key}
yes
string
The API key provided to authenticate the user. Replace {apiKey} with your actual API key.
type
{service}
optional
string
Specifies the platform for which the accounts are being purchased. Valid values include: facebook, instagram, telegram, twitter, google, etc. If
all
true || false
optional
boolean
Get all email
Example
Request
Response
The API returns a JSON object with the following structure:
Success Response (200)
Invalid API Key (401)
Internal Server Error (500)
Last updated