Skip to main content

Account Information

This endpoint returns information about the account and classrooms.

Deprecated Endpoint

The /envscales endpoint is deprecated. Please use /observation-data for all new integrations. The old endpoint will continue to work but may be removed in future versions.

Current API

Base URL: https://api.teachstone.com/observation-data

Headers: Authorization: Bearer <token>

GET /v1/account
Status: 200 OK
Content-Type: application/json

{
"account": {
"id": "91676441-915e-4284-a032-e84d6306768b",
"name": "Organization Inc",
"classrooms": [
{
"id": "3745d575-1749-47c3-a356-6fb6b6c60d08",
"name": "classroom 181",
"external_id": "181",
"parent_id": "f5a64aef-cb3d-4f1b-916f-885b63526580",
"parent_node_name": "test 1",
"parent_node_external_id": "444",
"updated_at": "2022-04-08T19:32:03.000Z"
},
{
"id": "61d081a9-5ca6-4200-846e-6e4afe14de14",
"name": "classroom 182",
"external_id": "182",
"parent_id": "569e881a-ff5a-4d79-93b6-3271e3b32eef",
"parent_node_name": "test 2",
"parent_node_external_id": null,
"updated_at": "2022-04-08T19:32:03.000Z"
}
]
}
}