Object
Get all objects
GET
/
objects
Authorization
curl --request GET \
--url https://api.fabra.io/objects \
--header 'X-API-KEY: <x-api-key>'
{
"objects": [
{
"destination_id": 2,
"display_name": "BigQuery",
"end_customer_id_field": "end_customer_id",
"id": 10,
"namespace": "bigquery_dataset",
"object_fields": [],
"table_name": "events"
}
]
}
Authorizations
X-API-KEY
string
headerrequiredResponse
200 - application/json
objects
object[]
curl --request GET \
--url https://api.fabra.io/objects \
--header 'X-API-KEY: <x-api-key>'
{
"objects": [
{
"destination_id": 2,
"display_name": "BigQuery",
"end_customer_id_field": "end_customer_id",
"id": 10,
"namespace": "bigquery_dataset",
"object_fields": [],
"table_name": "events"
}
]
}