跳到主要内容

Login account for non-email accounts

POST 

/bv/account/v1/accounts/login:non-email

This API will login the account.

Request

Body

required
    enterprise_id stringrequired

    Required. The enterprise ID for account.

    username stringrequired

    Required. The username of account.

    password stringrequired

    Required. The password of account.

    domain string

    Optional. The domain of account.

Responses

A successful response.

Schema
    access_token Output only. The access token of user. Expired time: 1 hour (string)
    refresh_token Output only. The refresh token of user. Expired time: 30 days (string)
    expires_in int32
    token_type Output only. The type of access token. (e.g. Basic,Bearer) Default: Bearer (string)
Loading...