Moments
API information
The moment resource is managed by the Moments API.
XPKit Portal
It is recommended moments are configured in XPKit Portal, rather than making direct API requests.
Service URLs
| Region | URL |
|---|---|
| AMER | https://moments.amer.xpkit.net |
| APAC | https://moments.apac.xpkit.net |
| China | https://moments.china.xpkit.cn |
| EMEA | https://moments.emea.xpkit.net |
OpenAPI Specification
| Resource name | Documentation | Download |
|---|---|---|
| Moment | View | Link |
Example moment
{
"name": "Registered and checked in",
"experience_id": "developer-conference-2022",
"object_ids": [
"website",
"booth"
]
}
Notes on moments
- The Object IDs (object_ids) are references to objects - specifically their object_id field.
- Moments are associated to one
experiencebut can be duplicated for other experiences.