SMS Bower API - 集成和文档
API

Introduction

This API is designed to work with SMSBOWER to purchase temporary emails to receive verification codes and successfully register accounts in social networks.

Get mail
https://smsbower.online/api/mail/getActivation?api_key=$api_key&service=
$SERVICE&domain=$DOMAIN&ref=$ref&alias=$alias
已复制

参数 $api_key - API 密钥 $service - 订购服务 见表 $domain - required domain 见表 $ref - 转移推荐 ID $alias - 以別名回郵 (1/0)

Required: $api_key $service

答案示例 JSON
{
      "status": 1
      "mail": "[email protected]",
      "mailId": 4,
}
已复制
错误示例 JSON
{
      "status": 0
      "error": "No mails yet",
}

可能有错误:
No mails yet - There is no available mails Insufficient balance - Insufficient balance

Get mail code
https://smsbower.online/api/mail/getCode?api_key=$api_key&mailId=
$mailId
已复制

参数 $api_key - API 密钥 $mailId - Mail activation ID received in response to mail request

Required: $api_key $mailId

答案示例 JSON
{
      "status": 1
      "code": "code",
}
已复制
错误示例 JSON
{
      "status": 0
      "error": "Pass mail id",
}

可能有错误: Pass mail id - The mailId parameter is invalid or was not sent at all Activation is already canceled - Your activation is canceled Code has not been received yet, please try again later - Your verification code is not received now

Get mail prices & rests
https://smsbower.online/api/mail/getPriceRests?api_key=$api_key&service=
$SERVICE&domain=$DOMAIN
已复制
参数 $api_key - API 密钥 $service - 订购服务 见表 $domain - required domain 见表

Required: $api_key

答案示例 JSON
{
      "status": 1
      "data": {
                ''服务'': {
                        ''Domain'': {
                            ''price'':价格,'
                            'count'':计数
                        }
                }
        }
}
已复制

可能有错误:
No such domain - No such domain

List of available domains
Domain ID
Gmail Gmail
gmail.com
Mailnestpro Mailnestpro
mailnestpro.com
Hihinail Hihinail
hihinail.com
Flytempbox Flytempbox
flytempbox.com
Mailburstx Mailburstx
mailburstx.com
服务列表
给我们留言