Download OpenAPI specification:Download
API for Webinarinc's Mystery Shop
Get list of mystery shops
| Accept required | string application/json |
| ids | Array of any |
| date_from | string |
| date_to | string |
{- "ids": [
- 1,
- 2,
- 3
], - "date_from": "2021-02-01 01:10:00",
- "date_to": "2021-02-04 01:10:00"
}{- "id": 100,
- "email_response_time": "2021-02-04 01:10:00",
- "call_response_time": "2021-02-04 01:10:00",
- "sms_response_time": "2021-02-04 01:10:00",
- "email_attempts": 1,
- "call_attempts": 2,
- "sms_attempts": 3,
- "lead": {
- "name": "Alfred S Brown",
- "email": "AlfredSBrown@armyspy.com",
- "phone_number": "+13182428264"
}, - "salesperson_name": "Dorothy W. Hall",
- "csm_name": "Charlotte W. Phillips",
}Create a new mystery shop request
| Accept required | string application/json |
| dealer_id required | integer |
| process_date required | string |
| notes | string |
| csm_name | string |
{- "dealer_id": 0,
- "process_date": "string",
- "notes": "string",
- "csm_name": "string"
}{- "id": 100,
- "email_response_time": "2021-02-04 01:10:00",
- "call_response_time": "2021-02-04 01:10:00",
- "sms_response_time": "2021-02-04 01:10:00",
- "email_attempts": 1,
- "call_attempts": 2,
- "sms_attempts": 3,
- "lead": {
- "name": "Alfred S Brown",
- "email": "AlfredSBrown@armyspy.com",
- "phone_number": "+13182428264"
}, - "salesperson_name": "Dorothy W. Hall",
- "csm_name": "Charlotte W. Phillips",
}Get a specific mystery shop request
| id required | integer ID of the mystery shop |
| Accept required | string application/json |
{- "id": 100,
- "email_response_time": "2021-02-04 01:10:00",
- "call_response_time": "2021-02-04 01:10:00",
- "sms_response_time": "2021-02-04 01:10:00",
- "email_attempts": 1,
- "call_attempts": 2,
- "sms_attempts": 3,
- "lead": {
- "name": "Alfred S Brown",
- "email": "AlfredSBrown@armyspy.com",
- "phone_number": "+13182428264"
}, - "salesperson_name": "Dorothy W. Hall",
- "csm_name": "Charlotte W. Phillips",
}Update a mystery shop request
| id required | integer ID of the mystery shop |
| Accept required | string application/json |
| dealer_id required | integer |
| process_date required | string |
| notes | string |
| csm_name | string |
{- "dealer_id": 0,
- "process_date": "string",
- "notes": "string",
- "csm_name": "string"
}{- "id": 100,
- "email_response_time": "2021-02-04 01:10:00",
- "call_response_time": "2021-02-04 01:10:00",
- "sms_response_time": "2021-02-04 01:10:00",
- "email_attempts": 1,
- "call_attempts": 2,
- "sms_attempts": 3,
- "lead": {
- "name": "Alfred S Brown",
- "email": "AlfredSBrown@armyspy.com",
- "phone_number": "+13182428264"
}, - "salesperson_name": "Dorothy W. Hall",
- "csm_name": "Charlotte W. Phillips",
}