curl -X POST "https://api.sequinstream.com/api/destinations/http_endpoints" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "my-endpoint",
"url": "https://dune.com/sandworms",
"headers": {
"house": "atreides"
},
"encrypted_headers": {
"secret": "house-secret"
}
}'
{
"id": "7c87ba76-c13c-4a87-bfff-0f1ba73f33a0",
"name": "my-endpoint",
"url": "https://dune.com/sandworms",
"headers": {
"house": "atreides"
},
"encrypted_headers": "(0 encrypted header(s)) - sha256sum: b4a8f200"
}
curl -X POST "https://api.sequinstream.com/api/destinations/http_endpoints" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "my-endpoint",
"url": "https://dune.com/sandworms",
"headers": {
"house": "atreides"
},
"encrypted_headers": {
"secret": "house-secret"
}
}'
{
"id": "7c87ba76-c13c-4a87-bfff-0f1ba73f33a0",
"name": "my-endpoint",
"url": "https://dune.com/sandworms",
"headers": {
"house": "atreides"
},
"encrypted_headers": "(0 encrypted header(s)) - sha256sum: b4a8f200"
}
Creates a new HTTP endpoint.Documentation Index
Fetch the complete documentation index at: https://sequinstream.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Show HTTP endpoint
Show webhook.site endpoint
Show local endpoint
Show HTTP endpoint
Show webhook.site endpoint
Show local endpoint
curl -X POST "https://api.sequinstream.com/api/destinations/http_endpoints" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "my-endpoint",
"url": "https://dune.com/sandworms",
"headers": {
"house": "atreides"
},
"encrypted_headers": {
"secret": "house-secret"
}
}'
{
"id": "7c87ba76-c13c-4a87-bfff-0f1ba73f33a0",
"name": "my-endpoint",
"url": "https://dune.com/sandworms",
"headers": {
"house": "atreides"
},
"encrypted_headers": "(0 encrypted header(s)) - sha256sum: b4a8f200"
}