XentrDeveloper Docs
API ReferenceAdmin onboarding

Get customer onboarding progress

GET
/admin/onboard/{orgId}
AuthorizationBearer <token>

In: header

Path Parameters

orgId*string

Response Body

application/json

curl -X GET "https://api.xentr.ai/admin/onboard/string"
{
  "organizationId": "string",
  "organizationSlug": "string",
  "factoryId": "string",
  "factorySlug": "string",
  "inviteLink": "string",
  "trialEndsAt": "2026-05-26T14:30:00.000Z",
  "pendingShipmentId": {},
  "status": "invitation_pending"
}