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
    • POSTResume an Inquiry
    • GETRetrieve a Verification
    • POSTApprove an Inquiry
    • GETRetrieve a Report
    • GETRetrieve an Account
    • DELRedact an Account
    • PATCHUpdate an Account
    • POSTDecline an Inquiry
    • GETList all Accounts
    • POSTCreate an Account
    • GETList all Inquiries
    • POSTCreate an Inquiry
    • GETDownload a File
    • GETList all API Logs
    • GETRetrieve an API Log
    • POSTCreate a Generic Document
    • POSTSubmit a Generic Document
    • POSTCreate a Phone Number Verification
    • GETList all Events
    • PATCHUpdate a Generic Document
    • GETRetrieve a Document
    • POSTCreate a Database Verification
    • POSTCreate a Government ID Verification
    • POSTCreate a Document Verification
    • GETRetrieve an Event
    • POSTSubmit a Document Verification
    • GETRetrieve a Document Verification
    • POSTImport Accounts
    • POSTConsolidate Accounts
    • GETRetrieve an Importer
    • POSTImport Government ID Number Lists
    • POSTImport Geolocation Lists
    • POSTImport Email Address Lists
    • POSTImport IP Address Lists
    • POSTImport Name Lists
    • POSTImport Phone Number Lists
    • POSTCreate a Government ID Document
    • POSTSubmit a Government ID Verification
    • POSTSubmit a Government ID Document
    • PATCHUpdate a Government ID Document
    • GETRetrieve a List
    • DELArchive a List
    • GETList all Lists
    • POSTCreate a Browser Fingerprint List
    • PATCHUpdate a Government ID Verification
    • POSTCreate a Country List
    • POSTCreate an Email Address List
    • POSTCreate a Geolocation List
    • POSTCreate a Government ID Number List
    • POSTCreate an IP Address List
    • POSTCreate a Name List
    • POSTCreate a Browser Fingerprint List Item
    • POSTCreate a County List Item
    • POSTCreate a Phone Number List
    • POSTCreate an Email Address List Item
    • POSTCreate an IP Address List Item
    • POSTCreate a Name List Item
    • POSTCreate a Phone Number List Item
    • POSTCreate a Government ID Number List Item
    • POSTCreate a Geolocation List Item
    • DELArchive a Browser Fingerprint List Item
    • DELArchive a Country List Item
    • DELArchive an Email Address List Item
    • DELArchive a Geolocation List Item
    • DELArchive a Name List Item
    • DELArchive a Phone Number List Item
    • DELArchive a Government ID Number List Item
    • DELArchive an IP Address List Item
    • GETList all Reports
    • POSTCreate a Report
    • GETRetrieve Case
    • GETList all Cases
    • POSTAdd a tag
    • POSTSubmit a Selfie Verification
    • POSTRemove a tag
    • POSTSet all tags
    • POSTRemove a tag
    • POSTCreate a Selfie Verification
    • POSTAdd a tag
    • POSTSet all tags
LogoLogo
Help CenterOpenAPI SpecStatus

List all Cases

GET
https://withpersona.com/api/v1/cases
GET
/api/v1/cases
1curl https://withpersona.com/api/v1/cases \
2 -H "Authorization: <apiKey>"
Try it
1{
2 "data": [
3 {
4 "type": "case",
5 "id": "case_KsFU1Vxv9oK3ztnwQuD7MaJo",
6 "attributes": {
7 "status": "open",
8 "name": "KCAS-1",
9 "resolution": {},
10 "created-at": "2021-03-24T04:59:21.764Z",
11 "updated-at": "2021-03-24T04:59:21.764Z",
12 "assigned-at": {},
13 "creator-id": {},
14 "creator-type": {},
15 "assignee-id": {},
16 "resolver-id": {},
17 "resolver-type": {},
18 "updater-id": {},
19 "updater-type": {},
20 "tags": []
21 },
22 "relationships": {
23 "case-template": {
24 "data": {
25 "type": "case-template",
26 "id": "ctmpl_336jV1uVaaY84GAqvG91oiy9"
27 }
28 }
29 }
30 }
31 ],
32 "links": {
33 "prev": {},
34 "next": {}
35 }
36}
Returns a list of your organization's cases. Note that this endpoint aggregates cases across all <<glossary:case template>>(s). See [Pagination](ref:fill-pagination) for more details about handling the response.
Was this page helpful?
Previous

Add a tag

Next
Build with
Add a tag

Returns a list of your organization’s cases.

Note that this endpoint aggregates cases across all <<glossary:case template>>(s). See Pagination for more details about handling the response.

Authentication

Authorizationstring
API Key authentication via header

Headers

key-inflectionstringOptional
Determines casing for the API response

Query Parameters

page[after]stringOptional
Case ID for pagination cursor
page[before]stringOptional
Case ID for pagination cursor
page[size]stringOptional
Limit on the number of cases returned
filter[status]stringOptional
Filter cases by status
filter[resolution]stringOptional
Filter cases by resolution
filter[case-template-id]stringOptional
Filter cases by case template ID
filter[account-id]stringOptional
Filter cases by account ID
filter[inquiry-id]stringOptional
Filter cases by inquiry ID
filter[report-id]stringOptional
Filter cases by report ID

Response

200
datalist of objects or null
linksobject or null

Errors

Case ID for pagination cursor
Limit on the number of cases returned
Filter cases by status
Filter cases by resolution
Filter cases by case template ID
Filter cases by account ID
Filter cases by inquiry ID
Filter cases by report ID