List Card RequestsCopy Pageget https://partner-api.getpliant.com/api/cards/requestsReturns a list of card requests. You can use the limit, page, sortBy and sortDirection parameters to filter and sort the results.Query ParamsorganizationIduuidrequiredThe unique identifier of the organization.cardAccountIduuidThe unique identifier of the card account.statusstringenumThe status to filter by.APPROVEDREJECTEDPENDINGCANCELEDAllowed:APPROVEDREJECTEDPENDINGCANCELEDtypestringenumThe type to filter by.VIRTUALSINGLE_USETRAVELPHYSICALBLACKAllowed:VIRTUALSINGLE_USETRAVELPHYSICALBLACKcardholderIduuidThe unique identifier of the cardholder.limitintegerThe maximum number of items to return per page. The default value if not provided is 100, the maximum allowed value is 1000.pageintegerThe page number to return, starting with 0, this counts up to the total number of pages. The total number of pages is determined by the total number of records divided by the limit.sortBystringenumThe field to sort by.organizationIdstatuscardholderIdcreatedAtAllowed:organizationIdstatuscardholderIdcreatedAtsortDirectionstringenumThe direction to sort by.ASCDESCAllowed:ASCDESCResponses 200Ok 400Bad Request. The API consumer sent a malformed request which could not be processed. 401Unauthorized. The API consumer is not authorized to access the requested resource. 403Forbidden. The API consumer is not allowed to access the requested resource. 500Internal Server Error. The request was not completed due to an internal error.Updated 18 days ago