Below endpoints to be used by MIS with api-key only:
GET /admin/roles
GET /admin/roles/id
GET /api/events/id
GET /api/events
POST /api/legal_entities
n/n | description | inputs | expected result | actual result |
---|---|---|---|---|
AK1 | Invoke any endpoint from the MIS list with api-key only |
| 200 | |
AK2 | Invoke any endpoint from the MIS list with access_token only |
| 403 | |
AK3 | Invoke any endpoint from the MIS list with api_key and access_token |
| 200 | |
AK4 | Invoke any endpoint from the MIS list with no headers |
| 403 | |
AK5 | Invoke GET /api/clients |
| 403 | |
AK6 | Invoke GET /api/employees |
| 403 | |
AK7 | Invoke GET /api/clients |
| 200 | |
AK8 | Invoke GET /api/employees |
| 200 | |
AK9 | POST /api/legal_entities |
|
| |