---
title: "Get User And Organization Info"
method: GET
path: "/api/v2/me"
tags: ["User"]
---

# Get User And Organization Info

`GET /api/v2/me`

Retrieve information about the authenticated user and their organization.

It requires a valid authentication token and can be used to verify API
connectivity and retrieve user context. This endpoint returns details about the currently
authenticated user and their associated organization.

## Response `200`

Successful Response

- MeResponse — Response for /me endpoint.
  - `user` MeUserInfo — User information for /me endpoint.
    - `id` string, uuid
    - `email` string
    - `first_name` string
    - `last_name` string
    - `en_first_name` string, nullable
    - `en_last_name` string, nullable
    - `created_at` string, date-time
  - `organization` MeOrganizationInfo — Organization information for /me endpoint.
    - `id` string, uuid
    - `name` string
    - `name_en` string, nullable
    - `sandbox` boolean
    - `created_at` string, date-time
    - `currency_config` OrganizationCurrencyConfigDTO — DTO for organization currency configuration.
      - `home_currency` 'SAR' | 'USD' | 'EUR' | 'GBP' | 'AED' | 'BHD' | 'KWD' | 'OMR' | 'QAR' — ISO 4217 currency codes supported by Moyasar. Includes all currencies supported by Moyasar payment gateway.
      - `default_currency` 'SAR' | 'USD' | 'EUR' | 'GBP' | 'AED' | 'BHD' | 'KWD' | 'OMR' | 'QAR' — ISO 4217 currency codes supported by Moyasar. Includes all currencies supported by Moyasar payment gateway.
      - `enabled_currencies` CurrencyCode[] — List of currencies enabled for billing. Must include at least one.

---

[API](https://skmtc.dev/streampay/apis/stream-app.md) · [All operations](https://skmtc.dev/streampay/apis/stream-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streampay/stream-app/revisions/515eeea7d260/schema)
