---
title: "Retrieve a profile"
method: GET
path: "/v1/profile"
tags: ["Profile"]
---

# Retrieve a profile

`GET /v1/profile`

Returns the profile and billing details of the authenticated account.

## Response `200`

Returns the profile.

- ProfileResponse
  - `id` integer, required — Account ID.
  - `email` string, required — Email associated with the account.
  - `first_name` string, nullable, required — Account owner's first name.
  - `last_name` string, nullable, required — Account owner's last name.
  - `phone` string, nullable, required — Account owner's phone number.
  - `additional_info` string, nullable, required — Additional info associated with the account.
  - `contact_email` string, nullable, required — Additional email address for billing notifications.
  - `timezone` string, required — Timezone configured on the account.
  - `job_title` string, nullable, required — Account owner's job title.
  - `default_short_link_endpoint` string, nullable, required — Default short link endpoint.
  - `default_destinations` object[], required — Default destinations configured for the account.
    - `transport` string — Transport type.
    - `value` string — Destination value
  - `company_info` object, nullable, required — Company details.
    - `name` string, nullable — Company name.
    - `industry` 'telecommunications' | 'information technology and services' | 'fintech and finance' | 'healthcare and pharmaceuticals' | 'ecommerce and retail' | 'education and research' | 'pickup and delivery' | 'transportation and logistics' | 'media and entertainment' | 'travel and hospitality' | 'non-profit and charity organizations' | 'manufacturing and industrial goods' | 'other' | 'null', nullable — Industry the company operates in. One of `telecommunications`, `information technology and services`, `fintech and finance`, `healthcare and pharmaceuticals`, `ecommerce and retail`, `education and research`, `pickup and delivery`, `transportation and logistics`, `media and entertainment`, `travel and hospitality`, `non-profit and charity organizations`, `manufacturing and industrial goods`, or `other`. Each value names the company's sector. `null` when the industry is not set.
    - `address` string, nullable — Company address.
    - `attn_contact_name` string, nullable — Billing contact name.
    - `vat_number` string, nullable — VAT number.
    - `country` object — Country.
      - `country_name` string, nullable — Country name.
      - `country_id` integer, nullable — Country ID.

## Other responses

- `403` — Request failed. The feature is disabled for your account.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/revisions/b22f170488b6/schema)
