cURL
curl --request POST \ --url https://api.axiom.co/v2/orgs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "edgeDeployment": "<string>", "region": "<string>" } '
{ "id": "<string>", "lastUsageSync": "<string>", "license": { "apiRateLimitPerSecond": 123, "billingPeriodEnd": "2023-11-07T05:31:56Z", "billingPeriodStart": "2023-11-07T05:31:56Z", "defaultEdgeDeployment": "<string>", "defaultRegion": "<string>", "edgeDeployments": [ "<string>" ], "features": {}, "id": "<string>", "issuedAt": "2023-11-07T05:31:56Z", "issuedTo": "<string>", "issuer": "<string>", "maxAuditWindowSeconds": 123, "maxDatasets": 123, "maxEndpoints": 123, "maxFields": 123, "maxMonitors": 123, "maxQueryWindowSeconds": 123, "maxUsers": 123, "monthlyIngestGb": 123, "monthlyQueryGbHours": 123, "regions": [ "<string>" ], "tier": "personal", "validFrom": "2023-11-07T05:31:56Z", "withAuths": [ "<string>" ], "expiresAt": "2023-11-07T05:31:56Z", "storageAllowanceGB": 123 }, "name": "<string>", "paymentStatus": "na", "plan": "personal", "planCreated": "<string>", "primaryEmail": "<string>", "defaultEdgeDeployment": "<string>", "defaultRegion": "<string>", "firstFailedPayment": "<string>", "metaCreated": "<string>", "metaModified": "<string>", "metaVersion": "<string>", "role": "<string>" }
Authenticate using an API token or personal access token (PAT). Include the token as a Bearer token: Authorization: Bearer <token>. For more information, see Tokens.
Authorization: Bearer <token>
The default edge deployment of the organization.
Deprecated. Use edgeDeployment instead.
edgeDeployment
Org
Show child attributes
na
failed
success
blocked
personal
basicDirect
teamMonthlyDirect
teamMonthlyAws
axiomCloud
teamPlus
enterprise
comped
Was this page helpful?
Suggestions
Contact support