curl --request POST \
--url https://api.sandbox.trycollate.ai/v1/prior-auth/authorizations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"patient": {
"identifiers": [
{
"type": "mrn",
"value": "MRN-001"
}
],
"firstName": "Jane",
"lastName": "Doe",
"dateOfBirth": "1988-05-09",
"address": {
"line1": "123 Main St",
"city": "San Francisco",
"state": "CA",
"zip": "94105"
}
},
"coverage": {
"payerId": "payer_aetna",
"memberId": "W123456789",
"groupNumber": "GRP-123",
"planType": "commercial",
"insuranceState": "CA"
},
"providers": [
{
"role": "prescribing",
"identifiers": [
{
"type": "npi",
"value": "1234567890"
},
{
"type": "dea",
"value": "AB1234567"
}
],
"firstName": "Ajay",
"lastName": "Patel",
"specialty": "hematologist",
"phone": "415-555-0100",
"fax": "415-555-0101",
"address": {
"line1": "100 Main St",
"city": "San Francisco",
"state": "CA",
"zip": "94105"
}
}
],
"requestedBy": {
"firstName": "Alicia",
"lastName": "Gomez",
"phone": "415-555-0100"
},
"service": {
"code": "J0791",
"codeSystem": "hcpcs",
"drugName": "Adakveo",
"requestedStartDate": "2026-03-13",
"requestedEndDate": "2026-09-13"
},
"diagnoses": [
{
"code": "D57.00",
"codeSystem": "icd_10"
}
]
}
'Creates a draft authorization, resolves the matching payer questionnaire internally, and returns the authorization with that questionnaire attached.
curl --request POST \
--url https://api.sandbox.trycollate.ai/v1/prior-auth/authorizations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"patient": {
"identifiers": [
{
"type": "mrn",
"value": "MRN-001"
}
],
"firstName": "Jane",
"lastName": "Doe",
"dateOfBirth": "1988-05-09",
"address": {
"line1": "123 Main St",
"city": "San Francisco",
"state": "CA",
"zip": "94105"
}
},
"coverage": {
"payerId": "payer_aetna",
"memberId": "W123456789",
"groupNumber": "GRP-123",
"planType": "commercial",
"insuranceState": "CA"
},
"providers": [
{
"role": "prescribing",
"identifiers": [
{
"type": "npi",
"value": "1234567890"
},
{
"type": "dea",
"value": "AB1234567"
}
],
"firstName": "Ajay",
"lastName": "Patel",
"specialty": "hematologist",
"phone": "415-555-0100",
"fax": "415-555-0101",
"address": {
"line1": "100 Main St",
"city": "San Francisco",
"state": "CA",
"zip": "94105"
}
}
],
"requestedBy": {
"firstName": "Alicia",
"lastName": "Gomez",
"phone": "415-555-0100"
},
"service": {
"code": "J0791",
"codeSystem": "hcpcs",
"drugName": "Adakveo",
"requestedStartDate": "2026-03-13",
"requestedEndDate": "2026-09-13"
},
"diagnoses": [
{
"code": "D57.00",
"codeSystem": "icd_10"
}
]
}
'Bearer token for WorkOS session JWTs and organization API keys.
8 - 128"create-auth-001"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
standard, urgent, retrospective initiation, continuation, null Show child attributes
Created authorization.
needs_input, ready_to_submit, submitting, pending_payer, action_required, completed, cancelled unknown, pending, approved, denied standard, urgent, retrospective fax, portal, phone, null Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
initiation, continuation, null Show child attributes
Show child attributes
fax, portal, phone, null fax, portal, phone, null Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes