Skip to main content
Create a task submission

Authorizations

X-API-Key
string
header
required

Your Swipelux API key. Obtain this from the Swipelux Dashboard.

Headers

Idempotency-Key
string
required

Required for effectful v3 requests (POST, PATCH, PUT, DELETE). Reuse the same key with the same body to replay the cached response.

Required string length: 1 - 255

Path Parameters

customerId
string
required

Customer identifier.

Minimum string length: 1
taskId
string
required

Task identifier.

Minimum string length: 1

Body

application/json

Complete current-round answers and task revision. The entire JSON request body is limited to 524288 bytes.

taskRevision
integer
required
Required range: x >= 1
answers
object[]
required
Required array length: 1 - 100 elements

Response

Current authorized submission detail.

data
object
required