メインコンテンツまでスキップ

Get resource token info

GET 

/bv/playback/v1/resources/token-info

Verify the token and return the token information.


It'll return a 400/BadRequest error if the following conditions meet:

  • if the token is invalid and will return an ERROR_REASON_TOKEN_INVALID error reason.
  • if the token is expired and will return an ERROR_REASON_TOKEN_EXPIRED error reason.

Request

Query Parameters

    token stringrequired

    Required. The resource token.

Responses

A successful response.

Schema
    expired_at date-time

    Optional. The UTC time at which the token will expire. If nil, the token will never expire.

Loading...