Website API

Get the list of available instructors

Retrieves a list of all the active instructors

Parameters

Name Description
page Pagination - page number (default 1)
per_page Pagination - number of records per page (default 100)

Response Fields

Name Description
instructors[id] The instructor's id
instructors[name] The instructor's name

Request

Headers

Authorization: [your_auth_token]
Accept: application/json

Route

GET /api/v1/website/instructors?page=1&per_page=1

Query Parameters

page=1
per_page=1

Response

Headers

Content-Type: application/json

Status

200

Body