For Developers

Get Room

GET https://ed.link/api/v2/graph/rooms/:room\_id

Retrieve information about a specific Room.

Request Parameters

ParameterTypeDescription
room_idstringThe UUID of the desired Room.

Sample Request

axios.get('https://ed.link/api/v2/graph/rooms/00000000-0000-0000-0000-000000000000', {
    headers: {
        authorization: `Bearer ${integration_access_token}`
    }
});