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
| Field | Required | Description |
|---|---|---|
| error | Yes | Inferred from req.body.error |
| component | Yes | Inferred 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"
}