Get the state identified by the type and key.
GET {{baseUrl}}/rooms/:roomId/state/:eventType/:stateKey
Looks up the contents of a state event in a room. If the user is joined to the room then the state is taken from the current state of the room. If the user has left the room then the state is taken from the state of the room when they left.
RESPONSES
status: OK
{"name":"Example room name"}