Skip to main content
GET
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

クエリパラメータ

user_id
string
必須

リフレッシュトークンを取得する対象ユーザーの ID。必須です。

client_id
string

結果を client ID で絞り込みます。user_id が指定されている場合にのみ有効です。

from
string

選択を開始する位置を示す opaque カーソル(この値自体は含まれません)。24 時間後に期限切れになります。前回のレスポンスの next プロパティから取得します。

take
integer

1 ページあたりの結果数。デフォルトは 50 です。

必須範囲: 1 <= x <= 100
fields
string

結果に含める、または除外するフィールドのカンマ区切りリストです(include_fields に指定した値に基づきます)。すべてのフィールドを取得するには空のままにしてください。

include_fields
boolean

指定したフィールドを含める(true)か、除外する(false)かを指定します。

レスポンス

リフレッシュトークンを取得しました。

next
string

結果の次ページで "from" クエリパラメータとして使用するカーソル。

refresh_tokens
object[]