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": "jsmith@example.com", "profilePhotoUrl": "<string>", "tagline": "<string>", "longDescriptionMarkdown": "<string>", "createdAt": "<string>", "lastUpdatedAt": "<string>" } ] } } } ]
API Request Body
Show child attributes
API Response Body