v4/creatives/report?start=yyyyMMdd&end=yyyyMMdd "msg": "Not Found","code": -404 }

이 API 호출은 실패합니다.

curl --location --request GET ‘https://kapi.kakao.com/api/v4/creatives/report?start=20211101&end=20211130&dimension=CREATIVE_FORMAT&metricsGroup=BASIC&level=CREATIVE&creativeId={REMOVED}
–header ‘Authorization: Bearer {REMOVED}’’
–header ‘adAccountId: {REMOVED}’

{
“msg”: “Not Found”,
“code”: -404
}

이 API 호출이 작동합니다.

curl --location --request GET ‘https://apis.moment.kakao.com/openapi/v4/creatives/report?datePreset=LAST_30DAY&dimension=CREATIVE_FORMAT&metricsGroup=BASIC&creativeId={REMOVED}’’
–header ‘Authorization: Bearer {REMOVED}’
–header ‘adAccountId: {REMOVED}’

“code”: 200,
“message”: “Success”,
“data”: [
{…}]

왜 일어나고 있습니까?