Skip to main content
GET
/
v1
/
entities
/
{entityId}
Get Entity
curl --request GET \
  --url https://api.waycore.com/v1/entities/{entityId} \
  --header 'Authorization: Bearer <token>'
{
  "entityId": "<string>",
  "externalEntityId": "<string>",
  "isDefaultOrgEntity": true,
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "metadata": {}
}

Authorizations

Authorization
string
header
required

Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.

Path Parameters

entityId
string<uuid>
required

Response

Successful Response

entityId
string
required

Stable, immutable identifier for the entity.

externalEntityId
string
required

Stable external identifier for this entity. Integrator-defined for customer entities and system-defined for the organization-attached entity.

isDefaultOrgEntity
boolean
required

Whether this special entity is the organization-attached entity managed by Waycore. Use it when the integrator and the end business are the same organization.

createdAt
string<date-time>
required

When the entity was created in this API.

updatedAt
string<date-time>
required

When the entity last changed in this API.

name
string | null

Display name for the entity, when available.

metadata
Metadata · object

Opaque client-defined metadata.