Retrieves a list of all the active instructors
| Name | Description |
|---|---|
| page | Pagination - page number (default 1) |
| per_page | Pagination - number of records per page (default 100) |
| Name | Description |
|---|---|
| instructors[id] | The instructor's id |
| instructors[name] | The instructor's name |
Authorization: [your_auth_token] Accept: application/json
GET /api/v1/website/instructors?page=1&per_page=1
page=1 per_page=1
Content-Type: application/json
200