---
title: "Returns delivery details for customer"
method: GET
path: "/v1/customer/delivery_details/{selector}"
tags: ["uncategorized"]
deprecated: true
---

# Returns delivery details for customer

`GET /v1/customer/delivery_details/{selector}`

> **Deprecated.**

## Path parameters

- `selector` string, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

OK

- DeliveryDetailResponse[]
  - `id` integer, required — monthly record id
  - `sentOn` string, date-time, required — sent on
  - `recipient` string, required — recipient
  - `sender` string, required — sender
  - `messageType` string, required — message type
  - `username` string, required — username
  - `productId` integer — product id
  - `productName` string — product name
  - `origin` 'api_http' | 'api_http_simple' | 'api_rest' | 'api_rest_simple' | 'api_rest_converged' | 'api_rest_customer_channel' | 'api_smpp' | 'api_smtp' | 'api_ftp' | 'sdk_java' | 'sdk_cpp' | 'sdk_csharp' | 'sdk_perl' | 'sdk_ruby' | 'sdk_python' | 'sdk_node' | 'sdk_php' | 'api_smtp_email2sms' | 'api_smtp_email2voice' | 'api_smtp_email2sms_ucs' | 'api_smtp_email2whatsapp' | 'oms' | 'oms_reply' | 'remotesms' | 'remotesms_msisdn_change' | 'remotesms_error' | 'group_subscription' | 'trigger_rule' | 'registration' | 'birthday_sms' | 'mycokemusic' | 'optin' | 'applet_optin' | 'applet_optout' | 'applet_quick_optin' | 'internex' | 'onlinesms_v2' | 'onlinesms_v3' | 'api_v1' | 'plugin_excel_365' | 'plugin_excel_2010' | 'plugin_google_sheets' | 'plugin_google_chrome' | 'unknown' — message origin
  - `detail` string — detail
  - `message` string — message
  - `statusOn` string, date-time — status on (date of delivery state)
  - `status` string — delivery state
  - `deliveryReport` boolean — delivery report requested
  - `contentCategory` string — contentCategory
  - `directionType` string — directionType
  - `links` Link[] — links
    - `rel` string
    - `href` string
  - `recipientContact` 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
  - `product` ProductResponse
    - `id` integer — product id
    - `name` string — name
    - `links` Link[] — links
      - `rel` string
      - `href` string

## Other responses

- `404` — Not found
- `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)
