>_FoxiRef
2xx Success responses

202Accepted

Request accepted but not yet processed

#When does this occur?

Returned when the request has been accepted but processing is not yet complete. Commonly used for async operations or batch processing.

#How to handle?

Request has been accepted. For async operations, poll the status using the provided URL or ID.

#Example

HTTP Response
HTTP/1.1 202 Accepted
Content-Type: application/json
Date: Thu, 09 Apr 2026 18:24:26 GMT

{
  "status": 202,
  "message": "Accepted"
}

#Related Status Codes

이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.