Skip to content
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
29 changes: 29 additions & 0 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6170,6 +6170,14 @@ components:
description: Filter results by source address.
type: string
example: "+61555555555"
sources:
description: Filter results by multiple source addresses. This property overrides the `source` parameter.
type: array
items:
type: string
example:
- "+61555555555"
- "+614987654321"
destination:
description: Filter results by destination address.
type: string
Expand Down Expand Up @@ -6430,10 +6438,26 @@ components:
description: Filter results by source address.
type: string
example: "+61555555555"
sources:
description: Filter results by multiple source addresses. This property overrides the `source` parameter.
type: array
items:
type: string
example:
- "+61555555555"
- "+614987654321"
destination:
description: Filter results by destination address.
type: string
example: "+61555555555"
destinations:
description: Filter results by multiple destination addresses. This property overrides the `destination` parameter.
type: array
items:
type: string
example:
- "+61555555555"
- "+614987654321"
metadata_key:
description: Filter results for messages that include a metadata key.
type: string
Expand Down Expand Up @@ -7605,6 +7629,11 @@ components:
type: number
description: The amount of messages received
example: 1
billing_category:
# TODO: Update docs on 5/Mar/2027 once 13 months of data are available.
type: string
description: The billing category applied to this RCS message (e.g. RCS_BASIC, RCS_SINGLE, RCS_RICH, RCS_RICH_MEDIA). Supported from 5/Feb/2026. This field is only available for RCS messages and only for messages sent on or after this date.
example: RCS_BASIC
message_type:
$ref: '#/components/schemas/RichMessageType'
metadata:
Expand Down