Skip to content

Test input connection (coming soon)

POST
/api/v1/integrations/inputs/{id}/test
Code sample: cURL
curl -X POST 'https://dashboard.justcrawl.io/api/v1/integrations/inputs/iq_01ABC/test' \
-H 'Authorization: Bearer $JUSTCRAWL_API_KEY'

Placeholder for the round-trip connection test on an input queue config (S3 bucket reachability, SQS receive-message dry run, webhook secret echo). Currently returns 501 Not Implemented — surfaced in the spec so customers integrating against the dashboard surface get a stable 501 instead of a 404 while the live test ships. Requires the org:manage permission.

id
required
string

Input queue config ID.

Missing or invalid authentication token

Media type application/json
object
error
string
Example
{
"error": "Missing or invalid authentication token"
}

Insufficient permissions for this operation

Media type application/json
object
error
string
Example
{
"error": "No organization. Complete onboarding first."
}

Endpoint not yet implemented. Stable 501 contract — wait for the implementation announcement before wiring callers.