/aot

AOT 관련 토큰을 반환합니다.

엔드포인트
GET /aot
Content-Type
-/-

요청

예제

Shell

curl -X GET http://[YOUR_DEVICE_IP]:[bot_http_port]/aot

응답

JSON

{
  "success": true,
  "aot" : {
    "access_token" : String,
    "refresh_token" : String,
    "token_type" : String,
    "d_id" : String
  }
}
success boolean

성공 여부입니다.

aot object

AOT 관련 토큰을 포함하는 객체입니다.

access_token string

액세스 토큰입니다.

refresh_token string

리프레시 토큰입니다.

token_type string

토큰의 유형입니다.

d_id string

d_id입니다.