Skip to main content
POST
Approve or reject a fax
Provide one or more pending fax identifiers in job_id. Set type to approve or reject. You may include a comment with the decision.

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
type
enum<string>
required

Decision to apply to the pending fax request.

Available options:
approve,
reject
comment
string

Response

The pending fax request was processed successfully.

status
integer
required
message
string
required