Skip to content

Test output connection (coming soon)

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

Placeholder for the round-trip connection test on an output config (S3 PutObject + DeleteObject dry run for s3 outputs, signed webhook POST roundtrip for webhook outputs). 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

Output 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.