Skip to main content
POST
Create or update a fax custom field
Provide the required fax identifier in job_id and the fields to save in the required custom_fields array. Every item requires id. Include value whenever you are adding or updating a field value. 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.

custom_fields
object[]
required

Custom-field identifiers and values to create or update.

Response

Custom fields saved successfully.

status
integer
required
message
string
required