POST
/
catalog-connector-templates
/
actions
/
generate
curl --request POST \
  --url https://api.fabric.inc/v3/catalog-connector-templates/actions/generate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-fabric-tenant-id: <x-fabric-tenant-id>' \
  --data '{
  "type": "ITEM",
  "formatType": "jsonl"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

This is the authorization token used to authenticate the request. You must pass the access token generated from the system app. For more information, see the Making your first API request section.

Headers

x-fabric-tenant-id
string
required

A header retrieved from your Copilot Account Details that's used by the API to identify the tenant making the request. Tenant ID must be included in the authentication header for API requests to access any of fabric’s endpoints.

x-fabric-request-id
string

Unique request ID

Body

application/json

Template request

Response

200
text/csv
OK

The response is of type file.