List external graders
Lists the external graders registered by the caller. Cross-client visibility is not exposed.
Responses
- application/json
- application/json
- application/json
Request Example for get/content/1.0/external-graders
curl https://platform.dev.timeback.com/content/1.0/external-graders \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"graders": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"url": "https://example.com",
"authenticationType": "none",
"status": "active",
"dateCreated": "2026-07-17T08:31:45.116Z",
"dateLastModified": "2026-07-17T08:31:45.116Z"
}
]
}