cURL
curl --request GET \ --url https://apigw.bienport.com/api/camera/imou/subaccount-token/{organizationId} \ --header 'Authorization: <authorization>' \ --header 'OrganizationId: <organizationid>'
{ "accessToken": "<string>", "expireTime": 123, "currentDomain": "<string>" }
Access Token
Organization ID
organizationId
SubAccountToken Response
Imou Cloud SubAcoountToken Response Model
SubAcoountToken like St_****
Expiration time of the sub-account accessToken, in seconds
Mobile app should use currentDomain for direct Imou cloud web service invocations.