---
title: "GET /hello"
method: GET
path: "/hello"
tags: ["Base API"]
---

# GET /hello

`GET /hello`

This is an end point returning all models an application will want after logging in.

## Response `200`

user response

- object
  - `data` object
    - `user` User
      - `source_id` string
      - `source` string
      - `email` string, email
      - `display_name` string
      - `access_token` AccessToken
        - `scopes` string[]
      - `roles` OrganizationRole[]
        - `roles` string[]
        - `organization` Organization
          - `default` boolean
          - `description` string
          - `name` string
          - `source` string
          - `source_id` string

## Other responses

- `default` — The user has not provided a valid authorization.

---

[API](https://skmtc.net/kiprotect/apis/kiprotect-api.md) · [All operations](https://skmtc.net/kiprotect/apis/kiprotect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kiprotect/kiprotect-api/versions/97f9f8aaa8ee/schema)
