---
title: "Get profile"
method: GET
path: "/profile"
tags: ["Profile"]
---

# Get profile

`GET /profile`

Returns information about your user profile

## Response `200`

A Profile object

- Profile
  - `id` string, required
  - `username` string, required
  - `created` string, date-time, required
  - `credits` object, required
    - `balance` number, float
    - `limit` integer
    - `isTransferAllowed` boolean
  - `quota` object, required
    - `size` integer, required — The setting that limits the number of messages you can send in a day.
    - `remaining` integer, required — The number of messages you can still send today.
  - `originAddresses` object
    - `isFullControlAllowed` boolean
    - `allowed` string[]
  - `company` object
    - `name` string
    - `taxReference` string
  - `commerce` object
    - `bankPaymentReference` string
    - `address` object
      - `street` string[]
      - `city` string
      - `region` string
      - `country` string
      - `postalCode` string

---

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