Returns details of a specific event source.
curl --request GET \
--url https://api.strait.dev/v1/event-sources/{sourceID} \
--header 'Authorization: Bearer <token>'{
"created_at": "2023-11-07T05:31:56Z",
"enabled": true,
"id": "<string>",
"name": "<string>",
"project_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"$schema": "<string>",
"description": "<string>",
"schema": "<unknown>",
"signature_algorithm": "<string>",
"signature_header": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as Bearer token
OK
A URL to the JSON Schema for this object.
"https://api.strait.dev/schemas/EventSource.json"
curl --request GET \
--url https://api.strait.dev/v1/event-sources/{sourceID} \
--header 'Authorization: Bearer <token>'{
"created_at": "2023-11-07T05:31:56Z",
"enabled": true,
"id": "<string>",
"name": "<string>",
"project_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"$schema": "<string>",
"description": "<string>",
"schema": "<unknown>",
"signature_algorithm": "<string>",
"signature_header": "<string>"
}