GET
/
activity
/
sessions
/
{workspaceId}
curl --request GET \
  --url https://api.hyra.io/activity/sessions/{workspaceId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Socket-Id
string

Path Parameters

workspaceId
string
required

Query Parameters

day
string
required

Day to get sessions for

Response

200

Default Response