Skip to main content
POST
/
v1
/
test-ingress
/
prior-auth
/
authorizations
/
{authorizationId}
/
payer-events
curl --request POST \
  --url https://api.sandbox.trycollate.ai/v1/test-ingress/prior-auth/authorizations/{authorizationId}/payer-events \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "more_info_request",
  "documentFileId": "file_rfi_123",
  "message": "Please provide recent clinical notes.",
  "requestedDocuments": [
    "Clinical notes",
    "Lab results"
  ],
  "resolutionHint": "Upload the requested documents and resolve the open action."
}
'
{
  "authorizationId": "auth_123",
  "inboundDocumentId": "inbound_123",
  "status": "accepted"
}

Authorizations

Authorization
string
header
required

API key sent in the Authorization header as Bearer <API_KEY>.

Path Parameters

authorizationId
string
required
Example:

"auth_123"

Body

application/json
type
enum<string>
required
Available options:
approval
documentFileId
string
required
certificationNumber
string
required
approvedStartDate
string<date-time>
required
approvedEndDate
string<date-time>
required
approvalExpiresAt
string<date-time>
required
payerReferenceNumber
string

Response

Test-ingress payer event accepted for asynchronous inbound processing.

authorizationId
string
required
inboundDocumentId
string
required
status
enum<string>
required
Available options:
accepted