Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retire GET /v2/bot/message/delivery/ad_phone #82

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions messaging-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1769,43 +1769,6 @@ paths:
status: ready
success: 3

"/v2/bot/message/delivery/ad_phone":
get:
externalDocs:
url: https://developers.line.biz/en/reference/partner-docs/#get-phone-audience-match
tags:
- messaging-api
operationId: getAdPhoneMessageStatistics
description: "Get result of message delivery using phone number"
parameters:
- name: date
in: query
required: true
schema:
type: string
description: |+
Date the message was sent

Format: `yyyyMMdd` (e.g. `20190831`)
Time Zone: UTC+9
responses:
"200":
description: "OK"
content:
"application/json":
schema:
"$ref": "#/components/schemas/NumberOfMessagesResponse"
examples:
READY:
summary: "Example of response when status is `ready`"
value:
status: ready
success: 10000
UNAVAILABLE_FOR_PRIVACY:
summary: "Example response when status is `unavailable_for_privacy`"
value:
status: unavailable_for_privacy

# Membership
"/v2/bot/membership/subscription/{userId}":
get:
Expand Down
Loading