List profiles owned by the caller.Copy Pageget https://www.bankingcircleconnect.com/api/v1/digital-assets/profilesQuery ParamscompanyNumbersarray of stringsCompany numbers used to scope profile queries. Omit (or pass an empty list) to use every company the caller has access to.companyNumbersADD stringlimitint32 | int321 to 5000^-?(?:0|[1-9]\d*)$Max number of records to return on the initial page. Must be bigger than 0 and less than or equal to 5000. Default is 100. Cannot be used together with cursor.orderenumOrder of records on the initial page. Cannot be used together with cursor.ASCDESCnullAllowed:ASCDESCnullcursorstringlength between 1 and 512^[A-Za-z0-9_=\-]+$Cursor from a previous response used to fetch the next or previous page. Cannot be used with any other parameters except direction.directionenumTraversal direction when using cursor. Required when using cursor.NEXTPREVnullAllowed:NEXTPREVnullstatusesarray of objectsFilter profiles by lifecycle status. Omit to include all statuses.statusesAllowed:CreatedApprovedBlockedADD fromCreatedAtdate-timeInclusive lower bound on profile creation time (RFC 3339).toCreatedAtdate-timeInclusive upper bound on profile creation time (RFC 3339).Responses 200OK - profile page was returned. 400Bad Request - profile list query validation failed. 401Unauthorized - profile list credentials were missing or invalid. 403Forbidden - caller lacks permission to list profiles. 429Too Many Requests - profile list rate limit was exceeded. 500Internal Server Error - profile listing failed unexpectedly.Updated 2 days ago Did this page help you?YesNo