Get details of all instructors in your school
Authentication with the “FERMION-API-KEY” header is required to use this endpoint.
Rate limit: Maximum 15 requests in a window of 1m.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/get-all-instructors \ --header 'Content-Type: application/json' \ --header 'FERMION-API-KEY: <api-key>' \ --data ' { "data": [ { "data": {} } ] } '
[ { "output": { "status": "ok", "data": { "instructors": [ { "fermionInstructorId": "<string>", "name": "<string>", "email": "[email protected]", "profilePhotoUrl": "<string>", "tagline": "<string>", "longDescriptionMarkdown": "<string>", "createdAt": "<string>", "lastUpdatedAt": "<string>" } ] } } } ]
API Request Body
Show child attributes
API Response Body
ok
List of all instructors in the school
Unique identifier for the instructor
1
Name of the instructor
Email address of the instructor
URL of the instructor's profile photo
Short tagline or title of the instructor
Detailed markdown description of the instructor
Timestamp when the instructor was added to the school
Timestamp when the instructor was last updated