Datastores
List Records in Datastore
GET
/
api
/
v2
/
public
/
datastore
/
config
/
:slug
/
:datastore
/
records
This API fetches all records from a specified config datastore.
Request description
Headers
linked_account_id
string
requiredUnique customer identification id. For Eg: markwood@some_email.com
Path Parameters
slug
string
requiredApplication Slug. Eg: hubspot
datastore
string
requiredName of the datastore to be searched.
Response description
record_id
string
Unique ID of the record.
item
string
Name of the key or item.
value
string
String stored as the value of the item.