How Entities Are Used
- Create or retrieve an entity.
- Store the entity ID returned by Syntage.
- Use the entity ID when requesting datasource records, creating extractions, listing events, assigning tags, or adding identifiers.
- If Syntage returns an
onboardingUrl, send the entity to that URL or embed the onboarding experience in your own site.
Entity IDs
Use the entity ID in new integrations:Identifiers
Identifiers store country-specific values that can be used by datasources and product workflows. Mexico currently supports:
Identifiers may be supplied when creating an entity or added later with the entity identifiers endpoint.
Entity Tags
Entity tags are organization-defined labels for grouping and filtering entities. They are useful when your integration needs to treat a set of entities the same way. Common use cases include:
Create entity tags first, then assign them to an entity by updating the entity’s
tags collection.
When updating an entity’s tags, send the complete list of entity tag IRIs the entity should have. The submitted list replaces the previous assignments.