메인 콘텐츠로 건너뛰기
GET
/
me
Get the authenticated account
curl --request GET \
  --url https://api.youka.io/api/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "userId": "<string>",
  "email": "jsmith@example.com",
  "apiKeyId": "<string>"
}

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

응답

200 - application/json

Authenticated account identity

userId
string
필수
email
string<email>
필수
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
apiKeyId
string
필수