Gestiono
Referencia de APIOrganization

Create Organization log error

← Back to full API reference
POST/v1/organization/log-errorPublic
  • This endpoint can be called without an authenticated session.

Request details

Body fields

FieldRequiredDescription
errorYesInferred from req.body.error
componentYesInferred from req.body.component

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "error": "string",
  "component": "string"
}

Sample response

json
{
  "success": true,
  "message": "Sample response placeholder for POST /v1/organization/log-error"
}