Skip to main content
GET
List saved IRMs
Return the customer’s IRMs from your account’s saved data, without a live refresh. Use this for everyday reads and pagination; run Fetch IRM List first, and again whenever you want fresh data.

Request example

Optional filters: irmNumber, fromDate, toDate (ISO dates), and page / limit for pagination.

Response

Same paginated shape as Fetch IRM List: an IRM array in data.data plus a meta block with total, page, limit, and totalPages, wrapped in the standard envelope.

Next steps

Authorizations

x-api-key
string
header
required

Query Parameters

platformCustomerId
string
required

Response

200 - application/json

Paginated IRMs after refresh

data
object[]
meta
object