Submit Proof

Update Slot with Worker’s answers.

Note

This API endpoint can be used in External Template Campaign only.

Request

PUT https://ttv.microworkers.com/api/v2/slots/{slotId}/submitProof

Parameters

Path Parameter

Name

Type

Description

slotId

string

The ID of Slot.

Request Body

{
  "answers": [
    {
      "key": string,
      "value": string
    }
  ]
}

SubmitProofRequest

Property

Type

Description

answers

array[KeyValueRequest]

List of Answers.

KeyValueRequest

Property

Type

Description

key

string

Key

value

string

Value

Response

Response HTTP Codes

Http Code

Response Type

Description

204

No Content (OK)

400

Validation Failed

401

Unauthorized

403

Access denied

404

Not found