Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

claim_id
string<uuid>
required

Unique identifier of the claim.

Example:

"e379fbc8-cd83-4bef-a280-a0ac9d00dcf8"

Body

application/json
contest_notes
string
required

Customer's response to the claim. 10–2000 characters.

Required string length: 10 - 2000
Example:

"We own the trademark outright; our registration precedes the claimant by three years."

documents
object[]

Up to 20 supporting documents per submission. document_id must be unique within this submission. Documents are aggregated into the claim's contest_documents across all submissions.

Maximum array length: 20

Response

Updated claim, status contested.

data
object
required