HTTP Endpoints
Get HTTP Endpoint
Management API
- Introduction
- Authentication
- HTTP Endpoints
- Sink Consumers
- Backfills
- Errors
HTTP Endpoints
Get HTTP Endpoint
GET
/
destinations
/
http_endpoints
/
{endpoint_id_or_name}
curl -X GET "https://api.sequinstream.com/api/destinations/http_endpoints/my-endpoint" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"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"
}
Returns details for a specific HTTP endpoint.
Request fields
The ID or name of the HTTP endpoint
Response fields
The response is one of the following:
curl -X GET "https://api.sequinstream.com/api/destinations/http_endpoints/my-endpoint" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"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 GET "https://api.sequinstream.com/api/destinations/http_endpoints/my-endpoint" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"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"
}