Show
An endpoint for the retrieval of your custom data.
Property
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.
Path Parameters
Name
Type
Description
property
string
Name of your custom property.
Query Parameters
Name
Type
Description
slug
string
The Event slug.
value
boolean
The property value.
Headers
Name
Type
Description
Authorization
string
Authentication token.
Last updated