엔터프라이즈
1000회/분
주소록 정보 조회
주소록의 정보(주소록 이름, 기본 발신자 이메일 주소, 푸터 정보 등)를 조회합니다.
Path Parameters
- Type: integeridrequired
주소록 아이디
Responses
- application/json
Request Example for get/lists/{id}
curl https://api.stibee.com/v2/lists/1 \
--header 'AccessToken: YOUR_SECRET_TOKEN'
{
"id": 1234,
"owner": "abcd1234-ab12-cd34-ef56-abcdef123456",
"name": "주소록 이름",
"senderName": "발신자 이름",
"companyName": "회사명",
"companyContact": "hello@stibee.com",
"companyAddress": "서울시 중구 동호로",
"useSubscriberAutoDelete": true,
"canSendToUnsubscribed": false
}
