コンテンツにスキップ

List push subscriptions

GET
/api/v1/apps/{appId}/subscriptions

Lists subscriptions without exposing the full endpoint capability URL or authentication secrets. Session token or full-scope API key.

appId
required
string
status
string
default: active
Allowed values: active inactive all
limit
integer
default: 50 >= 1 <= 200
before
integer
before_id
string

Before と対で使う。同じタイムスタンプの行群をページ境界で分断しないための id cursor

Subscriptions and app-wide summary

object
items
required
Array<object>
object
id
required
string
endpoint_host
required
string
nullable
endpoint_suffix
required
string
platform
required
string
nullable
is_active
required
boolean
created_at
required
integer format: int64
deactivated_at
required
integer format: int64
nullable
next_before
required
integer format: int64
nullable
next_before_id
required
string
nullable
summary
required
object
active
required
object
key
additional properties
integer
inactive_total
required
integer

Invalid query (INVALID_STATUS / INVALID_LIMIT / INVALID_BEFORE)

Unauthorized

App not found (NOT_FOUND)