---
title: "Returns inbox messages"
method: GET
path: "/v1/inbox/messages"
tags: ["inbox"]
---

# Returns inbox messages

`GET /v1/inbox/messages`

## Query parameters

- `query` string
- `search` string
- `sort` string
- `page` integer
- `size` integer

## Response `200`

OK

- InboxMessageResponse[]
  - `id` integer, required — message id
  - `content` string, required — message content
  - `recipient` string, required — recipient number
  - `sender` string, required — sender number
  - `receivedOn` string, date-time, required — received on
  - `read` boolean, required — read?
  - `remoteSms` boolean, required — remote SMS?
  - `messageType` string — message type
  - `attachmentId` integer — attachment id
  - `attachmentMimeType` string — attachment mime type
  - `customerChannelId` integer — customerChannelId
  - `links` Link[] — links
    - `rel` string
    - `href` string
  - `senderContact` ContactResponse
    - `title` string — title
    - `firstName` string — first name
    - `lastName` string — last name
    - `nickname` string — nickname
    - `mobile` string — mobile phone number
    - `landline` string — landline phone number
    - `fax` string — fax number
    - `emailAddress` string — email address
    - `birthday` string — birthday
    - `homepage` string — homepage
    - `instantMessenger` string — instant messenger user
    - `skype` string — skype name
    - `remarks` string — custom remarks
    - `street` string — street
    - `zipCode` string — zip code
    - `city` string — city
    - `country` string — country
    - `company` string — company name
    - `department` string — department
    - `bureau` string — bureau
    - `jobTitle` string — job title
    - `remoteSmsEnabled` boolean — remote SMS enabled?
    - `whatsapp` string — whatsapp recipient
    - `id` integer — contact id
    - `age` integer — age
    - `numberOfContactGroups` integer — number of contact groups
    - `lastModified` string, date-time — last modified
    - `lastModifiedBy` string — last modified by
    - `origin` string — origin
    - `originDetails` string — origin details
    - `createdBy` string — created by
    - `created` string, date-time — created
    - `links` Link[] — links
      - `rel` string
      - `href` string

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

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