Skip to main content
POST
Submit Prior Auth Feedback

Overview

Submit feedback for an existing prior authorization request. Use this endpoint to attach DevelopHealth-facing notes/feedback to PA requests during or after their processing. Feedback passed to this endpoint will be surfaced in analytics dashboards, and can be used in one-off analytics queries/reports.

API errors

This endpoint returns 404 when the PA does not exist or is not visible to the authenticated organization. See Response handling for common authentication and validation errors.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json

Payload for submitting feedback related to a prior authorization request.

category
string
required

User-defined category for the feedback. Used for grouping in analytics.

message
string
required

Free-text description of the issue or feedback.

Response

Successfully submitted feedback

Response returned after feedback has been accepted.

status
default:success
Available options:
success
error
ApiError · object
data
null