Skip to main content
POST
Create a new organization

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Organization creation request

org_name
string
required
envs
string[]
retention_hours
integer
default:720

Data retention period in hours (1-720). Defaults to 720 (1 month).

Required range: 1 <= x <= 720

Response

Created

environments
object[]
org_id
string