Create a Loop Link
Create a new Loop Link to begin submitting events and feedback.
Request
HTTP Request
Request Headers
Content-Type
application/json
Request Body
name
string
Name of the Loop Link. This is for your own use as a way to differentiate your Loop Links.
E.g. Hotel ABC
expire_dt
datetime
optional
Date/time the Loop Link is set to expire in ISO 8601 format.
All dates are in UTC.
This is an optional field - omit if not needed.
E.g. 2023-05-08T00:29:45.859Z
metadata
object
optional
Metadata can be used to further identify Loop Links in a way that makes sense for your system. The field is a key/value field that accepts string-based keys and string or numeric values. This can be useful for storing additional data such as a end-user identifier or store ID etc. This is an optional field - omit if not needed.
E.g.
Response
Response Fields
Please refer to the response fields section in Get a Loop Link.
Examples
Guides
Below are some guides relevant to this API:
Last updated