Create import destination
curl --request POST \
--url https://api.prequel.co/import/destinations \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"destination": {
"type": "<unknown>",
"webhook_record": {
"request_template": {
"uri": "<string>",
"headers": {},
"body": "<string>"
},
"max_records_per_minute": 3000,
"max_concurrency": 1
},
"name": "<string>",
"record_schema": "<unknown>"
}
}
'{
"status": "<string>",
"data": {
"destination": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"record_schema": "<unknown>",
"created_at": "<string>",
"updated_at": "<string>",
"webhook_record": {
"request_template": {
"uri": "<string>",
"headers": {},
"body": "<string>"
},
"max_records_per_minute": 123,
"max_concurrency": 123
},
"webhook_batch": {
"request_template": {
"uri": "<string>",
"headers": {},
"body": "<string>"
},
"format": "<string>",
"max_size_per_batch": 123,
"max_records_per_minute": 123,
"max_concurrency": 123
}
}
},
"message": "<string>"
}Import Destinations
Create import destination
Add a new import destination.
POST
/
import
/
destinations
Create import destination
curl --request POST \
--url https://api.prequel.co/import/destinations \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"destination": {
"type": "<unknown>",
"webhook_record": {
"request_template": {
"uri": "<string>",
"headers": {},
"body": "<string>"
},
"max_records_per_minute": 3000,
"max_concurrency": 1
},
"name": "<string>",
"record_schema": "<unknown>"
}
}
'{
"status": "<string>",
"data": {
"destination": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"record_schema": "<unknown>",
"created_at": "<string>",
"updated_at": "<string>",
"webhook_record": {
"request_template": {
"uri": "<string>",
"headers": {},
"body": "<string>"
},
"max_records_per_minute": 123,
"max_concurrency": 123
},
"webhook_batch": {
"request_template": {
"uri": "<string>",
"headers": {},
"body": "<string>"
},
"format": "<string>",
"max_size_per_batch": 123,
"max_records_per_minute": 123,
"max_concurrency": 123
}
}
},
"message": "<string>"
}Authorizations
Body
application/json
- HTTP Record Configuration
- HTTP Batch Configuration
Show child attributes
Show child attributes
⌘I