Events Create a new event
POST
/control-plane/api/v1/v1/organizations/{organization_id}/projects/{project_id}/events

Authentication

API Key (BearerAuth)

  • Header: Authorization

Path Parameters

organization_idstringrequired

Organization ID


project_idstringrequired

Project ID


Request Body

Event data

Required

levelstring

messagestring

sourcestring

Example:

{
  "level": "string",
  "message": "string",
  "source": "string"
}

Responses

201
Created

Example:

{
  "key": "value"
}
400
Bad Request

Example:

{
  "key": "value"
}
401
Unauthorized

Example:

{
  "key": "value"
}
500
Internal Server Error

Example:

{
  "key": "value"
}