(旧版)退货注册记录 return-registration-record
NOTE
此页面上的内容仅供参考。 使用此API需要来自Adobe的当前许可证。 不允许未经授权使用。
IMPORTANT
确保随时了解汇总在产品公告页中的最新Adobe Pass身份验证产品公告和停用时间表。
NOTE
REST API实现受限制机制限制
REST API端点 clientless-endpoints
<REGGIE_FQDN>:
- 生产 — api.auth.adobe.com
- 暂存 — api.auth-staging.adobe.com
<SP_FQDN>:
- 生产 — api.auth.adobe.com
- 暂存 — api.auth-staging.adobe.com
描述 description
返回包含注册码UUID、注册码和经过哈希处理的设备ID的注册码记录。
端点
调用者
输入
参数
参数
HTTP
方法
方法
响应
HTTP
响应
响应
<REGGIE_FQDN>;/reggie/v1/{requestorId}/regcode/{registrationCode}
例如:
<REGGIE_FQDN>/reggie/v1/sampleRequestorId/regcode/TJCFK?format=xml
流式处理应用程序
或
程序员服务
或
程序员服务
1.请求者
(路径组件)
2。 注册码
(路径组件)
(路径组件)
2。 注册码
(路径组件)
GET
包含注册代码和信息的XML或JSON。 请参阅下面的架构和示例。
200
输入参数
描述
请求者
此操作有效的程序员requestorId。
注册码
将在流设备上显示的注册代码值(将输入到身份验证流程中)。
响应XML架构 response-xml-schema
注册码XSD
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="model.mvc.reggie.pass.adobe.com"
targetNamespace="model.mvc.reggie.pass.adobe.com"
attributeFormDefault="unqualified"
elementFormDefault="unqualified">
<xs:element name="regcode">
<xs:complexType>
<xs:all>
<xs:element name="id" type="xs:string" />
<xs:element name="code" type="xs:string" />
<xs:element name="requestor" type="xs:string" minOccurs="1" maxOccurs="1"/>
<xs:element name="mvpd" type="xs:string" minOccurs="1" maxOccurs="1"/
<xs:element name="generated" type="xs:long" />
<xs:element name="expires" type="xs:long" />
<xs:element name="info" type="infoType" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:complexType name="infoType">
<xs:all>
<xs:element name="deviceId" type="xs:base64Binary" minOccurs="1" maxOccurs="1"/>
<xs:element name="deviceType" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="deviceUser" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="appId" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="appVersion" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="registrationURL" type="xs:anyURI" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:schema>
元素名称
描述
id
注册代码服务生成的UUID
代码
注册代码服务生成的注册代码
请求者
请求者ID
mvpd
MVPD ID
已生成
注册码创建时间戳(以自1970年1月1日GMT以来的毫秒为单位)
过期
注册代码过期的时间戳(以自1970年1月1日GMT以来的毫秒为单位)
deviceId
唯一设备ID(或XSTS令牌)
设备类型
设备类型
设备用户
用户已登录到设备
appId
应用程序ID
appVersion
应用程序版本
注册URL
要向最终用户显示的登录Web应用程序的URL
示例响应 sample-response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:regcode xmlns:ns2="model.mvc.reggie.pass.adobe.com">
<id>678f9fea-a1cafec8-1ff0-4a26-8564-f6cd020acf13</id>
<code>TJJCFK</code>
<requestor>sampleRequestorId</requestor>
<mvpd>sampleMvpdId</mvpd>
<generated>1348039846647</generated>
<expires>1348043446647</expires>
<info>
<deviceId>dGhpc0lkQUR1bW15RGV2aWNlSWQ=</deviceId>
<deviceType>xbox</deviceType>
<deviceUser>JD</deviceUser>
<appId>2345</appId>
<appVersion>2.0</appVersion>
<registrationURL>http://loginwebapp.com</registrationURL>
</info>
</ns2:regcode>
recommendation-more-help
3f5e655c-af63-48cc-9769-2b6803cc5f4b