538c97e89e6e

latestOpenAPI 3.1.02026-07-143012.1 KB

アクセストークンを発行する

アプリケーションまたはクライアント権限でアクセストークンを発行する

post/token

Headers

Content-Typestring

application/x-www-form-urlencoded または multipart/form-data

Response

200

codeinteger
errorstring
statusstring
progressinteger
kindstring
accessTokenstring
expires_ininteger
operationIdstring
selfLinkstring
targetLinkstring
startTimestampinteger
endTimestampinteger

Example response

{
  "code": 200,
  "status": "success",
  "progress": 100,
  "kind": "auth#operation#accesstoken",
  "accessToken": "<accessToken>",
  "expires_in": 3600,
  "operationId": "<operationId>",
  "selfLink": "https://auth.mimi.fd.ai/v2/operations/<operationId>",
  "startTimestamp": 1524110043,
  "endTimestamp": 1524110044
}