Skip to content

Create output config

POST
/api/v1/integrations/outputs
curl --request POST \
--url https://dashboard.justcrawl.io/api/v1/integrations/outputs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "outputType": "s3", "credentials": {}, "destination": "example" }'
Media type application/json
object
name
required
string
outputType
required
string
Allowed values: s3 webhook
credentials
required
object
destination
required
string

Created output configuration

Media type application/json
object
id
string format: uuid
name
string
outputType
string
Allowed values: s3 webhook
destination
string
isEnabled
boolean
lastDeliveredAt
string format: date-time
nullable
lastError
string
nullable
createdAt
string format: date-time
Example
{
"outputType": "s3"
}