Skip to main content

When to use

Fetch account details after creation or when you only have the entityId (returned by create-user). Works for both USER and BUSINESS entities.

Endpoint

  • GET {{ACCOUNT_URL}}/v1/ext/account/:entityId
  • Auth: Bearer {{accessToken}}
  • Path param: entityId (use account.id from create)

Request

Response (200)

Notes

  • externalId can be the identifier you supplied; account.id is CentryOS internal.
  • Use this to confirm onboarding, populate dashboards, or check associations.