Skip to main content

Get account API token

GET 

/bv/account/v1/accounts/api-tokens/:id

Fetches the API token associated with the current user's account.

Request

Path Parameters

    id stringrequired

    Required. The resource identifier of API token.

Responses

A successful response.

Schema
    api_token object
    id string

    Output only. The resource identifier of API token.

    name string

    Output only. The name of API token.

    expired_date date-time

    Output only. The expired date of token.

    token_type Output only. The type of api token. (e.g. Basic,Bearer) Default: Bearer (string)

    Possible values: [TOKEN_TYPE_BEARER]

    created_at date-time

    Output only.

    last_used date-time

    Output only: The most recent usage of the token.

Loading...