- 开放接口-V1文档 (Interface Document_V1)
- 开发前必读(Must Read Before Development)
- OAuth授权(Authorization)
- 用户管理(User Management)
- 用户群组 (User Group)
- 用户标签(User Tags)
- 活动管理 (Activities Management)
- 邮件管理 (EDM Management)
- 短信管理 (SMS Management)
- 来源管理 (Source Management)
- 二维码管理 (QR Code Management)
- 会员管理 (Member Management)
- 成员管理 (Employee Management)
- 微 信公众号 (WeChat Account)
- 线索管理(Lead Management)
- 客户管理(Account Management)
- CRM 对象通用接口(CRM Object Interface)
- CTA管理 (CTA Management)
- 模板消息 (Template Message)
- 创建模版消息 (Create Template Message)
- 创建模板消息推送 (Create Template Message Send)
- 更新模板消息 (Update Template Message)
- 查询模版消息详情 (Query Template Message Detail)
- 删除模版消息 (Delete Template Message)
- 查询模板消息列表 (Query Template Message List)
- 查询微信模板列表 (Query WeChat Template Message List)
- 查询消息模板推送明细 (Query Template Message Send Detail)
- 查询消息模板点击明细 (Query Template Message Chick Detail)
- 查询模板消息推送记录列表 (Query Template Message Send Record List)
- 隐私条款v1(Privacy Policy_V1)
- 隐私条款v2(Privacy Policy_V2)
- 企业微信 (WeCom Management)
- 评分管理 (Scoring Management)
- 批量查询用户意向评分 (Batch Query User Intention Scoring)
- 批量查询用户行为评分 (Batch Query User Active Scoring)
- 批量查询线索身份评分 (Batch Query Lead Identity Scoring)
- 批量查询线索行为评分 (Batch Query Lead Active Scoring)
- 批量查询线索意向评分 (Batch Query Lead Intention Scoring)
- 批量查询用户身份评分 (Batch Query User Identity Scoring)
- 批量用户行为评分清零 (Batch Delete User Action Scoring)
- 自定义事件 (Custom Events)
- 公司管理 (Company Management)
- webhook
- 用户(User)
- 活动
- 线索(Lead)
- 线索事件说明文档(Description Document of Lead Event)
- 创建线索webhook推送事件(Create Push Events of User webhook)
- 线索更新(Lead Update)
- 线索状态更新(Lead Update Status)
- 线索作废(Lead Voided)
- 线索负责人变更(Lead Owner Change)
- 线索生命周期变更(Lead Lifecycle Change)
- 线索添加备注(Lead Add Notes)
- 线索添加协作人(Lead Add Collaborator)
- 线索移除协作人(Lead Remove Collaborator)
- 公海池变更(Lead Pool Change)
- 线索关联(Lead Association)
- 线索恢复(Lead Restore)
- 线索来源 (Lead Source)
- 客户(Account)
- 模板消息(Template Message)
- Jingtrack
- 评分(Scoring)
- 用户行为(User Action)
- 系统行为(System Action)
查询短信发送详情 (Query Send Message Detail)
live-阿里云(Alibaba Cloud)
https://jingopenapi.jingsocial.com
live-阿里云(Alibaba Cloud)
https://jingopenapi.jingsocial.com
POST
https://jingopenapi.jingsocial.com
请求参数
Header 参数
app_id
string
应用id
默认值:
{{app_id}}
access_token
string
应用密钥
默认值:
{{access_token}}
Body 参数application/json
uuid
string
短信任务id
示例
{
"uuid": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/sms/sending/detail' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "string"
}'
返回响应
🟢200OK
application/json
Body
code
integer
必需
data
object
必需
jing_uuid
string
短信群发id
content
string
短信内容
created_timestamp
string
创建时间
updated_timestamp
string
更新时间
content_type
string
必需
mid
integer
租户id
count
integer
发送数
success_total
integer
送达数
open_total
integer
打开数
name
string
短信任务内部名称
owner_id
integer
admin ID
sign_jing_uuid
string
签名id
sign_name
string
签名
receiver_type
string
必需
group_id
string
群组id
telephone_list
string
必需
template_jing_uuid
string
模板id
status
integer
必需
yp_tpl_id
string
云片模板ID
content_extend
string
短信内容扩展
is_template
boolean
是否为模板
send_type
integer
必需
send_time
string
发送时间
schedule_total
string
预期发送数
random_code
string
sms更新标识
notify_telephone
string
审核短信
msg
string
必需
request_id
string
必需
示例
{
"code": 0,
"data": {
"jing_uuid": "string",
"content": "string",
"created_timestamp": "string",
"updated_timestamp": "string",
"content_type": "string",
"mid": 0,
"count": 0,
"success_total": 0,
"open_total": 0,
"name": "string",
"owner_id": 0,
"sign_jing_uuid": "string",
"sign_name": "string",
"receiver_type": "string",
"group_id": "string",
"telephone_list": "string",
"template_jing_uuid": "string",
"status": 0,
"yp_tpl_id": "string",
"content_extend": "string",
"is_template": true,
"send_type": 0,
"send_time": "string",
"schedule_total": "string",
"random_code": "string",
"notify_telephone": "string"
},
"msg": "string",
"request_id": "string"
}
🟢200失败
修改于 2025-06-06 08:33:08