Skip to main content
POST
Assign a label to a fax
Provide the required fax identifier in job_id and the required numeric label identifiers in label_ids. Obtain label identifiers from List labels. Authenticate with a Bearer access token.

Authorizations

Authorization
string
header
required

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

Body

application/json
job_id
string
required

Unique identifier of the fax receiving the labels.

label_ids
integer[]
required

Numeric identifiers of the labels to assign.

Response

The fax labels were updated successfully.

status
integer
required
message
string
required