Persons
Get All Persons
Get all persons objects.
GET
Authorizations
The auth token received from Authentication endpoints.
Headers
Version of Deliver API. Use v2022-09-21.
Available options:
v2022-09-21
Query Parameters
Index for paginated results
Required range:
x >= 0
Max number of results to return
Required range:
0 <= x <= 500
Filter by customer reference id
Required string length:
1 - 255
Filter by customer statuses (multiple allowed)
Status of person in Orum system.
Available options:
created
, verified
, rejected
, restricted
, closed
Filter results created at or after this time
Filter results created before this time
The first name to filter persons by (case-insensitive, exact match).
The last name to filter persons by (case-insensitive, exact match).
Filter by account number
Filter results by the person id
Response
200
application/json
200 response.
List of person objects.
Was this page helpful?