Show
An endpoint for the retrieval of your custom data.
Last updated
An endpoint for the retrieval of your custom data.
Last updated
GET
https://YOUR-CONTAINER.datumfactory.com/api/v1/data/:property
This endpoint allows for the retrieval of your custom data. It has a few different query parameters that you can pass to get the data that you're after. This endpoint uses your property name as path endpoint. For example, if you had made previous requests and stored something like the following:
{"product_id":"23"}
You would use product_id
as the property.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
property
string
Name of your custom property.
slug
string
The Event slug.
value
boolean
The property value.
Authorization
string
Authentication token.