For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Calls Log and Detail View

The API Calls Log shows technical HTTP communication. The detail view contains URL, method, status, time, request, and response.

Diagnosis

  • 2xx: technically accepted

  • 400/422: payload or validation

  • 401: authentication/token

  • 403: permission

  • 404: path, ID, or resource

  • 409: conflict/duplicate

  • 429: rate limit

  • 5xx: Magento/proxy

Procedure

  1. Identify the Activity entry.

  2. Open the matching API call by time.

  3. Read the endpoint, status, and response.

  4. Remove sensitive data before sharing.

Verify Success

Even with a 2xx response, check the Magento ID, error messages, and actual target state.