(deprecated)デベロッパー権限でアクセストークンを作成またはリフレッシュする

Log in to see full request history

❗️

This API is deprecated.

応答

code
integer
HTTPレスポンス ステータスコード
error
string
エラー発生時、エラー事由
status
string
ステータス。成功=success, 失敗=error, 受付済=acceptedなど。
progress
integer
プログレス。進捗率(%)
kind
string
オペレーション種別
developerId
string
デベロッパーID
accessToken
string
アクセストークン
expires_in
integer
アクセストークンの有効期限(秒)
operationId
string
オペレーションId
selfLink
string
このオペレーションリソースを示すURI。現在、オペレーションリソースに対する GET は未実装。
targetLink
string
このオペレーションによって影響を受けたリソースを示す URI
startTimestamp
integer
実行開始時刻(unixtime)
endTimestamp
integer
実行終了時刻(unixtime)
Form Data
string
required

OpenId Connect仕様に規定されるIdトークン

string
required
Defaults to google

OpenIdConnect仕様に規定されるIdトークンの発行元。例:Google

string
required
Defaults to https://auth.mimi.fd.ai/grant_type/developer_credentials

認可タイプ。デベロッパー権限( https://auth.mimi.fd.ai/grant_type/developer_credentials ) またはリフレッシュ権限( https://auth.mimi.fd.ai/grant_type/refresh_token )

string

アクセストークン。リフレッシュ時に指定。

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json