Skip to content

API Document

August edited this page Jun 18, 2022 · 2 revisions
  1. 프로필 조회 API

1. 프로필 조회 GET /users/{userId}

Request

URL

GET /users/{userId} HTTP/1.1
Host: api.outstagram.com
Authorization: Bearer ${ACCESS_TOKEN}

Path Variable

Name Type Description Required
userId String 사용자 ID O

Response

Name Type Description Required
userId String 사용자 ID O
userImageUrl String 프로필 사진 X
name String 사용자 이름 O
website String 웹 사이트 X
description String 소개글 O
email String 이메일 X
phone String 전화번호 X
gender String 성별 (F: 여성, M: 남성, E: 그외) X

Clone this wiki locally