API Description

Queries the review status of the application that has been submitted for activating the Shake Nearby feature. The review will be completed within three business days upon submission.

API Request Format

HTTP request method: POST (use the HTTPS protocol)https://api.weixin.qq.com/shakearound/account/auditstatus?access_token=ACCESS_TOKEN

Response

Example of JSON packet returned for a successful request:

{
    "data": {
        "apply_time": 1432026025,
        "audit_comment": "test",
        "audit_status": 1,
        "audit_time": 0
    },
    "errcode": 0,
    "errmsg": "success."
}

Parameters

Parameter Description
apply_time Timestamp for submitting the application
audit_status Review status. 0: Rejected; 1: Under review; 2: Approved. The review will be completed within three business days.
audit_comment Review remarks, including the rejection reason
audit_time Timestamp when the review result is determined. If the status is "Under review", the time value is 0.