앱 조회
톡플러스 대시보드 로그인 시 사용한 사용자명(email)과 암호값으로 이루어진 HTTP Basic Auth 값을 Authorization 헤더에 넣어야 합니다.
Get Apps
GET
https://api.talkplus.io/v1.4/api/apps
앱 목록을 조회합니다.
Query Parameters
Name
Type
Description
lastAppId
string
Last app ID to query from (use for pagination)
Headers
Name
Type
Description
authorization*
string
톡플러스 대시보드 로그 인 시 사용하는 사용자명, 사용자 암호로 이루어진 HTTP Basic Auth
content-type
string
application/json
Get App
GET
https://api.talkplus.io/v1.4/api/apps/:appId
특정 앱을 조회합니다.
Path Parameters
Name
Type
Description
appId*
string
Headers
Name
Type
Description
authorization*
string
톡플러스 대시보드 로그 인 시 사용하는 사용자명, 사용자 암호로 이루어진 HTTP Basic Auth
content-type*
string
application/json
Last updated