메인 콘텐츠로 건너뛰기
POST
/
projects
/
{projectId}
/
campaign-event-data
/
exports
create-campaign-event-export
curl --request POST \
  --url https://api.notifly.tech/projects/{projectId}/campaign-event-data/exports \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "start": "2025-06-01T00:00:00.000Z",
  "end": "2025-06-07T23:59:59.999Z",
  "isMessageDataIncluded": true
}'
{
  "export_id": "xyz123"
}
유료 API이 요청은 요청 데이터당 과금이 되는 유료 API입니다. 가격은 노티플라이에 문의해주세요.

Authorizations

Authorization
string
header
required

POST /authenticate로 발급받은 인증 토큰

Path Parameters

projectId
string
required

프로젝트 ID

Body

application/json
start
string<date-time>
required

조회 시작일자 (yyyy-MM-ddTHH:mm:ss.sssZ, UTC 기준)

end
string<date-time>
required

조회 종료일자 (yyyy-MM-ddTHH:mm:ss.sssZ, UTC 기준, 조회 시작일자로부터 최대 일주일 이내)

isMessageDataIncluded
boolean

message data 포함 여부 (기본값 false)

Response

Export 요청 성공입니다

export_id
string

Export 작업 ID