User Authentication

Returns information about your current session.

get/auth/web

Response

created_atstring date-time required

a UTC timestamp

expires_atstring date-time required

a UTC timestamp

Example response

{
  "created_at": "1970-01-01T00:00:00Z",
  "expires_at": "1970-01-01T00:00:00Z"
}

Changes