Help CenterOpenAPI SpecStatus
DocumentationAPI ReferenceChangelogIntegration Guides
DocumentationAPI ReferenceChangelogIntegration Guides
  • Getting Started
    • Introduction
    • Quickstart Tutorial
  • API Overview
    • API Keys
    • Authentication
    • Protocol
    • Idempotence
    • Pagination
    • Serialization
    • Rate Limiting
    • Downloading Files
    • API Logs
    • Request IDs
  • Versioning
    • API Changelog
    • Versioning
  • Troubleshooting
    • Error Handling
  • API Reference
    • GETRetrieve an Inquiry
    • DELRedact an Inquiry
    • PATCHUpdate an Inquiry
    • GETRetrieve a Verification
    • POSTApprove an Inquiry
    • POSTDecline an Inquiry
    • GETRetrieve an Account
    • DELRedact an Account
    • PATCHUpdate an Account
    • POSTResume an Inquiry
    • GETRetrieve a Report
    • DELRedact a Report
    • GETList all Accounts
    • POSTCreate an Account
    • GETList all Inquiries
    • POSTCreate an Inquiry
    • GETList all API Logs
    • PATCHUpdate a Generic Document
    • POSTCreate a Government ID Verification
    • POSTCreate a Phone Number Verification
    • GETDownload a File
    • GETRetrieve an API Log
    • POSTSubmit a Generic Document
    • POSTCreate a Database Verification
    • POSTCreate a Generic Document
    • GETRetrieve a Document
    • GETList all Events
    • GETRetrieve an Event
    • POSTCreate a Document Verification
    • POSTSubmit a Document Verification
    • GETRetrieve a Document Verification
    • POSTConsolidate Accounts
    • GETRetrieve an Importer
    • POSTImport Accounts
    • POSTImport Email Address Lists
    • POSTImport Name Lists
    • POSTImport IP Address Lists
    • POSTImport Phone Number Lists
    • POSTImport Government ID Number Lists
    • POSTCreate a Government ID Document
    • PATCHUpdate a Government ID Document
    • POSTSubmit a Government ID Verification
    • POSTImport Geolocation Lists
    • GETList all Lists
    • GETRetrieve a List
    • DELArchive a List
    • POSTCreate a Country List
    • POSTCreate an Email Address List
    • POSTCreate a Government ID Number List
    • POSTCreate a Name List
    • POSTCreate a Browser Fingerprint List Item
    • POSTCreate an Email Address List Item
    • POSTSubmit a Government ID Document
    • POSTCreate a Phone Number List
    • POSTCreate a Geolocation List
    • POSTCreate a Geolocation List Item
    • PATCHUpdate a Government ID Verification
    • POSTCreate a Browser Fingerprint List
    • POSTCreate an IP Address List
    • POSTCreate an IP Address List Item
    • POSTCreate a Government ID Number List Item
    • POSTCreate a Phone Number List Item
    • DELArchive a Browser Fingerprint List Item
    • POSTCreate a Country List Item
    • DELArchive a Country List Item
    • POSTCreate a Name List Item
    • DELArchive an Email Address List Item
    • DELArchive a Geolocation List Item
    • DELArchive a Government ID Number List Item
    • DELArchive a Name List Item
    • DELArchive an IP Address List Item
    • DELArchive a Phone Number List Item
    • GETList all Reports
    • POSTCreate a Report
    • POSTSubmit a Selfie Verification
    • GETRetrieve Case
    • PATCHUpdate a Case
    • POSTCreate a Selfie Verification
    • POSTAdd a tag
    • POSTRemove a tag
    • POSTSet all tags
    • GETPrint Verification PDF
    • GETPrint Inquiry PDF
    • GETPrint Report PDF
    • GETList all Cases
    • POSTCreate a Case
    • POSTAdd a tag
    • POSTRemove a tag
    • POSTSet all tags
    • POSTBusiness Lookup Report
    • POSTAssign a Case
    • POSTCreate a Face List Item
    • DELArchive a Face List Item
    • POSTSet all tags
    • GETList all User Audit Logs
    • GETRetrieve an User Audit Log
    • POSTSet status for a case
    • POSTAdd Persona objects
    • POSTRemove a tag
    • POSTImport Face Lists
    • POSTAdd a tag
    • POSTCreate a Face List
    • GETRetrieve a Government Id Verification
    • GETRetrieve a Selfie Verification
    • POSTSubmit a Database Verification
    • GETRetrieve a Database Verification
    • POSTSubmit a Phone Carrier Database Verification
    • POSTCreate a Phone Carrier Database Verification
    • POSTCreate a Serpro Database Verification
    • GETRetrieve a Phone Carrier Database Verification
    • POSTSubmit a Serpro Database Verification
    • GETRetrieve a Serpro Database Verification
    • POSTSubmit a TIN Database Verification
    • GETRetrieve a TIN Database Verification
    • GETRetrieve a Phone Number Verification
    • POSTCreate an Email Address Verification
    • POSTCreate a Workflow Run
    • POSTConfirm an Email Address Verification
    • GETList all API keys
    • POSTCreate an API key
    • GETRetrieve an API key
    • PATCHUpdate an API key
    • POSTSend an SMS
    • GETRetrieve a Email Address Verification
    • POSTSend an email
    • POSTExpire an API key
    • POSTCreate a TIN Database Verification
    • POSTConfirm a Phone Number Verification
    • POSTReport Action: Dismiss Matches
    • POSTReport Action: Re-run Report
    • POSTReport Action: Pause Continuous Monitoring
    • POSTReport Action: Resume Continuous Monitoring
    • POSTExpire an Inquiry
LogoLogo
Help CenterOpenAPI SpecStatus

List all Accounts

GET
https://withpersona.com/api/v1/accounts
GET
/api/v1/accounts
1curl https://withpersona.com/api/v1/accounts \
2 -H "Authorization: <apiKey>"
Try it
200Retrieved
1{
2 "data": [
3 {
4 "type": "account",
5 "id": "act_ef2mUFHAejxf2XJ5qzU4uMQb",
6 "attributes": {
7 "reference-id": {},
8 "created-at": "2020-01-02T17:42:27.000Z",
9 "updated-at": "2020-01-02T18:06:41.000Z"
10 }
11 },
12 {
13 "type": "account",
14 "id": "act_YcNZJLxuwEuV8jUPbykYQyXG",
15 "attributes": {
16 "reference-id": "Mike's test",
17 "created-at": "2019-12-19T21:42:49.000Z",
18 "updated-at": "2019-12-19T21:42:49.000Z"
19 }
20 },
21 {
22 "type": "account",
23 "id": "act_2wM8yufwLrbMV6kUtGPBxeGS",
24 "attributes": {
25 "reference-id": {},
26 "created-at": "2019-12-18T22:43:03.000Z",
27 "updated-at": "2019-12-18T22:43:03.000Z"
28 }
29 },
30 {
31 "type": "account",
32 "id": "act_LatvE1PdVhfiwcJWVLj4Z25j",
33 "attributes": {
34 "reference-id": {},
35 "created-at": "2019-12-13T08:34:10.000Z",
36 "updated-at": "2019-12-13T08:34:10.000Z"
37 }
38 },
39 {
40 "type": "account",
41 "id": "act_RU3JgzXaAzVV2g2NYLd7ub12",
42 "attributes": {
43 "reference-id": {},
44 "created-at": "2019-12-13T08:32:49.000Z",
45 "updated-at": "2019-12-13T08:33:29.000Z"
46 }
47 },
48 {
49 "type": "account",
50 "id": "act_Eoe14YQ7efbiH73zkTFAkveB",
51 "attributes": {
52 "reference-id": {},
53 "created-at": "2019-12-12T20:50:55.000Z",
54 "updated-at": "2019-12-12T20:50:55.000Z"
55 }
56 },
57 {
58 "type": "account",
59 "id": "act_X5LmoEaYASq3ahQmRRTpMG1t",
60 "attributes": {
61 "reference-id": {},
62 "created-at": "2019-12-05T20:56:43.000Z",
63 "updated-at": "2019-12-05T20:56:43.000Z"
64 }
65 },
66 {
67 "type": "account",
68 "id": "act_6LRELcKmPcx9MxYGk6mdCPJo",
69 "attributes": {
70 "reference-id": {},
71 "created-at": "2019-11-19T00:10:27.000Z",
72 "updated-at": "2019-11-19T00:10:27.000Z"
73 }
74 },
75 {
76 "type": "account",
77 "id": "act_1bRzHZSH17PpXCCnMGoYhzde",
78 "attributes": {
79 "reference-id": {},
80 "created-at": "2019-11-18T17:38:03.000Z",
81 "updated-at": "2019-11-18T17:38:03.000Z"
82 }
83 },
84 {
85 "type": "account",
86 "id": "act_u2Dgz8U3CmxTVgqEH9qzezHi",
87 "attributes": {
88 "reference-id": {},
89 "created-at": "2019-11-15T22:14:41.000Z",
90 "updated-at": "2019-11-15T22:14:41.000Z"
91 }
92 }
93 ],
94 "links": {
95 "prev": {},
96 "next": "/api/v1/accounts?page%5Bafter%5D=act_u2Dgz8U3CmxTVgqEH9qzezHi"
97 }
98}
Returns a list of your organization's <<glossary:account>>(s).
Was this page helpful?
Previous

Create an Account

Next
Built with
Create an Account

Returns a list of your organization’s <<glossary:account>>(s).

Authentication

Authorizationstring
API Key authentication via header

Headers

Key-InflectionstringOptional
Determines casing for the API response

Query Parameters

page[before]stringOptional
Account ID for cursor pagination
page[after]stringOptional
API Key authentication via header
Determines casing for the API response
Account ID for cursor pagination
Account ID for cursor pagination
page[size]stringOptional
Limit on the number of accounts returned
filter[reference-id]stringOptional
Filter accounts by reference ID

Response

200
datalist of objects or null
linksobject or null