Skip to content

Broker Payments

GET
/api/v1/broker/payments
curl --request GET \
--url https://example.com/api/v1/broker/payments

Successful Response

Media typeapplication/json
Response Broker Payments Api V1 Broker Payments Get
Array<object>
BrokerPaymentItem
object
submission_id
required
Submission Id
string format: uuid
insured_name
Any of:
string
status
required
Status
string
status_label
required
Status Label
string
premium
Any of:
string
invoice_url
Any of:
string
updated_at
required
Updated At
string format: date-time
Examplegenerated
[
{
"submission_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0",
"insured_name": "example",
"status": "example",
"status_label": "example",
"premium": "example",
"invoice_url": "example",
"updated_at": "2026-04-15T12:00:00Z"
}
]