/aot

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

엔드포인트
GET/aot
Content-Type

-/-

요청

예제

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

응답

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

성공 여부입니다.

aotobject

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

access_tokenstring

액세스 토큰입니다.

refresh_tokenstring

리프레시 토큰입니다.

token_typestring

토큰의 유형입니다.

d_idstring

d_id입니다.