Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Success response body

{
  "visitor": {
    "id": 1,
    "email": "kruchina.vadim@gmail.com",
    "full_name": "11 1",
    "city": "Null",
    "state": "Null",
    "role": "Null",
    "created_date": "2023-05-18T09:37:50.101Z",
    "saved_designs": 12,
    "shared_graphics": 10,
    "shared_videos": 1,
    "users_invited": "N/A",
    "pw_account_name": "1",
    "pw_is_paying": true,
    "pw_planLevel": "Premier",
    "invited": false,
    "how_did_you_hear_about_us": "Event/Conference",
    "workspace_role": "owner",
    "job_function": "Null",
    "invited_activation_date": "2023-05-18T09:37:50.101Z",
    "workspace_id": 1
  },
  "account": {
    "gipper_trial_type": "Null",
    "id": 1,
    "is_paying": true,
    "planLevel": "Premier",
    "account_name": "asd",
    "user_count": 1,
    "workspace_admin": 1,
    "trial_status": "Null",
    "trial_type_expired_date": "Null",
    "workspace_create_date": "2023-05-18T09:37:50.101Z",
    "workspace_logo_count": 3,
    organization_type: "Public High School"
  }
}