GET
/
objects
curl --request GET \
  --url https://api.fabra.io/objects \
  --header 'X-API-KEY: <api-key>'
{
  "objects": [
    {
      "id": 10,
      "display_name": "BigQuery",
      "destination_id": 2,
      "namespace": "bigquery_dataset",
      "table_name": "events",
      "end_customer_id_field": "end_customer_id",
      "object_fields": [
        {
          "name": "event_name",
          "type": "string"
        }
      ]
    }
  ]
}

Authorizations

X-API-KEY
string
headerrequired

Response

200 - application/json
objects
object[]