Get Msg Token
Get Msg Token
This interface is used by customers to access OpenAPI and apply for the authentication token for message subscription when they need to subscribe to account, position, and transaction push messages.
Header parameters
companyIdstringOptionalExample:
company id
{{company}}
tracestringOptionalExample:
Trace
{{mock_trace}}
langstringOptionalExample:
language
zh-CN
recvWindowstringOptionalExample:
Time window
5000
apiKeystringOptionalExample:
apiKey
{{apikey}}
signaturestringOptionalExample:
signature
{{sign}}
Body
objectOptional
Responses
200
成功
application/json
post
POST /api/global/getMsgPushToken HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 2
{}
200
成功
{
"msg": "Success",
"fail": false,
"trace": "",
"code": "0",
"data": "6230de2c-281a-47fe-9d5d-b5f6ac60f482push",
"bizCode": "",
"tm": 0,
"ok": true
}
Last updated