메인 콘텐츠로 건너뛰기
GET
/
api
/
user
/
token
사용자 KEY 가져오기
curl --request GET \
  --url https://aihubmix.com/api/user/token \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "token": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt

Use this file to discover all available pages before exploring further.

요청 파라미터

요청 헤더

요청 인증. 이 API는 인증을 위해 AIHubMix Manage Key를 사용합니다.
요청의 콘텐츠 타입. 이 파라미터는 application/json으로 설정되어야 합니다.

응답 파라미터

success
boolean
요청 성공 여부를 나타냅니다.
message
string
정보 메시지 (비어 있을 수 있음). 요청 실패 시 실패 사유를 반환합니다.
data
object
현재 사용자의 KEY 정보를 포함하는 객체 (필드는 실제 반환 값에 따릅니다).
token
string
사용자 토큰 (API가 이 필드를 반환하는 경우).

마지막 업데이트: 2026-06-01