Get User Inspector Profile
| Scope: | get_inspector |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/inspector |
| HTTP Method: | GET |
Response Information
application/json
{
"inspector": {
"name": "sample string 1",
"departmentId": "sample string 2",
"departmentName": "sample string 3",
"id": "sample string 4"
}
}