XentrDeveloper Docs
API ReferenceEdges

Create a new edge gateway

Creates a pending edge record + issues a single-use claim code. Returns the plaintext claim code ONCE — it is immediately hashed at rest.

POST
/api/edges
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/edges" \  -H "Content-Type: application/json" \  -d '{    "organizationId": "12345678-1234-1234-1234-123456789012",    "name": "Acme Edge 01"  }'
Empty
Empty