List bureau submissions
Submissions
List Submissions
Returns a paginated list of bureau submissions for the authenticated partner.
Submissions are scoped to the partner via the tradeline’s partner_id.
GET
List bureau submissions
Authorizations
API key in the format sk_live_<token> (production) or sk_test_<token> (sandbox).
Contact Cove to obtain your API key.
Query Parameters
Filter by bureau
Available options:
equifax, transunion, experian Filter by submission status Lifecycle status of a bureau submission
Available options:
pending, submitted, accepted, rejected, error Filter by tradeline UUID
Filter by submission date (inclusive lower bound, YYYY-MM-DD)
Filter by submission date (inclusive upper bound, YYYY-MM-DD)
Page number (1-indexed)
Required range:
x >= 1Number of records per page
Required range:
1 <= x <= 100