---
title: "Get Profile"
method: POST
path: "/v1/GetProfile"
tags: ["Profiles"]
---

# Get Profile

`POST /v1/GetProfile`

Essa rota possibilita obter um perfil através de seu ID único.

## Request body

- V1alpha1GetProfileRequest
  - `brand` string
  - `id` string

## Response `200`

A successful response.

- V1alpha1GetProfileResponse
  - `profile` V1alpha1Profile
    - `brand` string
    - `id` string
    - `createTime` string, date-time
    - `email` string
    - `name` string
    - `birthday` string
    - `phone` string
    - `customData` object
    - `timeZone` string
    - `address` ProfileAddress
      - `city` string
      - `country` string
      - `postalCode` string
      - `state` string
      - `street` string
    - `gender` string

## Other responses

- `400` — When an invalid request is sent.
- `401` — authentication failed.
- `403` — when it was not authorized.
- `404` — when profile is not found.
- `default` — An unexpected error response.

---

[API](https://skmtc.dev/dito/apis/authentication-api.md) · [All operations](https://skmtc.dev/dito/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dito/authentication-api/revisions/de4a5e2a412f/schema)
