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
    • POSTResume an Inquiry
    • GETRetrieve an Inquiry
    • DELRedact an Inquiry
    • PATCHUpdate an Inquiry
    • GETRetrieve a Report
    • DELRedact a Report
    • GETRetrieve a Verification
    • POSTDecline an Inquiry
    • POSTApprove an Inquiry
    • GETList all Inquiries
    • POSTCreate an Inquiry
    • GETRetrieve an Account
    • DELRedact an Account
    • PATCHUpdate an Account
    • GETList all Accounts
    • POSTCreate an Account
    • GETDownload a File
    • GETList all API Logs
    • POSTCreate a Generic Document
    • GETRetrieve an API Log
    • GETRetrieve a Document
    • POSTCreate a Phone Number Verification
    • PATCHUpdate a Generic Document
    • POSTCreate a Document Verification
    • POSTSubmit a Generic Document
    • GETList all Events
    • POSTCreate a Government ID Verification
    • POSTCreate a Database Verification
    • POSTSubmit a Document Verification
    • GETRetrieve a Document Verification
    • GETRetrieve an Event
    • POSTImport Accounts
    • GETRetrieve an Importer
    • POSTConsolidate Accounts
    • POSTImport Geolocation Lists
    • POSTImport Email Address Lists
    • POSTImport Government ID Number Lists
    • POSTImport Name Lists
    • POSTImport IP Address Lists
    • POSTCreate a Government ID Document
    • POSTImport Phone Number Lists
    • PATCHUpdate a Government ID Document
    • POSTSubmit a Government ID Document
    • POSTSubmit a Government ID Verification
    • PATCHUpdate a Government ID Verification
    • GETList all Lists
    • GETRetrieve a List
    • DELArchive a List
    • POSTCreate a Browser Fingerprint List
    • POSTCreate a Geolocation List
    • POSTCreate an Email Address List
    • POSTCreate a Browser Fingerprint List Item
    • POSTCreate a Country List
    • POSTCreate an IP Address List
    • POSTCreate a Phone Number List
    • POSTCreate a Government ID Number List
    • POSTCreate a Name List
    • POSTCreate a Country List Item
    • POSTCreate an Email Address List Item
    • POSTCreate a Phone Number List Item
    • DELArchive a Browser Fingerprint List Item
    • POSTCreate an IP Address List Item
    • POSTCreate a Geolocation List Item
    • POSTCreate a Government ID Number List Item
    • DELArchive an IP Address List Item
    • DELArchive a Government ID Number List Item
    • DELArchive a Name List Item
    • DELArchive an Email Address List Item
    • DELArchive a Country List Item
    • DELArchive a Geolocation List Item
    • POSTCreate a Name List Item
    • DELArchive a Phone Number List Item
    • GETList all Reports
    • POSTCreate a Report
    • GETList all Cases
    • POSTCreate a Case
    • POSTCreate a Selfie Verification
    • POSTSubmit a Selfie Verification
    • GETRetrieve Case
    • PATCHUpdate a Case
    • POSTRemove a tag
    • POSTSet all tags
    • POSTAdd a tag
    • POSTSet all tags
    • POSTAdd a tag
    • POSTRemove a tag
    • GETPrint Inquiry PDF
    • GETPrint Verification PDF
    • GETPrint Report PDF
    • POSTReport a Government ID Verification
    • POSTBusiness Lookup Report
    • POSTAdd Persona objects
    • POSTAssign a Case
    • POSTCreate a Face List Item
    • POSTCreate a Face List
    • DELArchive a Face List Item
    • POSTImport Face Lists
    • POSTAdd a tag
    • POSTRemove a tag
    • POSTSet all tags
    • GETList all User Audit Logs
    • GETRetrieve an User Audit Log
    • POSTSet status for a case
    • GETRetrieve a Government Id Verification
    • GETRetrieve a Selfie Verification
    • POSTSubmit a Database Verification
    • GETRetrieve a Database Verification
    • POSTCreate a Phone Carrier Database Verification
    • POSTSubmit a Phone Carrier Database Verification
    • GETRetrieve a Phone Carrier Database Verification
    • POSTCreate a Serpro Database Verification
    • POSTSubmit a Serpro Database Verification
    • GETRetrieve a Serpro Database Verification
    • POSTCreate a TIN Database Verification
    • POSTSubmit a TIN Database Verification
    • GETRetrieve a TIN Database Verification
    • POSTConfirm a Phone Number Verification
    • GETRetrieve a Phone Number Verification
    • POSTSend an SMS
    • POSTCreate a Workflow Run
    • POSTCreate an Email Address Verification
    • POSTSend an email
    • POSTConfirm an Email Address Verification
    • GETRetrieve a Email Address Verification
    • GETList all API keys
    • POSTCreate an API key
    • POSTExpire an API key
    • GETRetrieve an API key
    • PATCHUpdate an API key
    • POSTAdd a tag
    • POSTRemove a tag
    • POSTSet all tags
LogoLogo
Help CenterOpenAPI SpecStatus

POST
https://withpersona.com/api/v1/cases
POST
/api/v1/cases
1curl -X POST https://withpersona.com/api/v1/cases \
2 -H "Authorization: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "data": {}
6}'
Try it
1{
2 "data": {
3 "type": "case",
4 "id": "case_gqe7rH38FvxtzhGBQmDBsjkB",
5 "attributes": {
6 "status": "open",
7 "name": "MRR-3",
8 "resolution": {},
9 "created-at": "2021-09-28T05:18:36.200Z",
10 "updated-at": "2021-09-28T05:18:36.200Z",
11 "assigned-at": {},
12 "resolved-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_Jumm3K4zHwaLBBdyLUCnHbBC"
27 }
28 },
29 "case-comments": {
30 "data": []
31 },
32 "accounts": {
33 "data": []
34 },
35 "inquiries": {
36 "data": [
37 {
38 "type": "inquiry",
39 "id": "inq_KHK4MJCE4QvfocWB2intQ3YE"
40 }
41 ]
42 },
43 "reports": {
44 "data": []
45 }
46 }
47 },
48 "included": [
49 {
50 "type": "inquiry",
51 "id": "inq_KHK4MJCE4QvfocWB2intQ3YE",
52 "attributes": {
53 "status": "needs_review",
54 "reference-id": {},
55 "note": {},
56 "tags": [],
57 "creator": {},
58 "reviewer": "wfr_Rz52H9t9n1jWBC4yfaX4vacv",
59 "reviewer-type": "workflow-run",
60 "reviewer-comment": {},
61 "created-at": "2021-07-27T21:17:40.000Z",
62 "started-at": "2021-07-27T21:18:31.000Z",
63 "completed-at": "2021-07-27T21:19:00.000Z",
64 "failed-at": {},
65 "decisioned-at": {},
66 "expired-at": {},
67 "fields": {},
68 "subject": {}
69 },
70 "relationships": {
71 "account": {
72 "data": {
73 "type": "account",
74 "id": "act_WQQQ1GEoQ33J4zn65m2rUPeD"
75 }
76 },
77 "template": {
78 "data": {
79 "type": "template",
80 "id": "tmpl_zPyg6nsQc3q8V3LBmgiCd1Mn"
81 }
82 },
83 "inquiry-template-version": {
84 "data": {}
85 },
86 "reports": {
87 "data": []
88 },
89 "verifications": {
90 "data": [
91 {
92 "type": "verification/government-id",
93 "id": "ver_WMZGW9TthHiyeZyzLHkNWKKH"
94 },
95 {
96 "type": "verification/selfie",
97 "id": "ver_DSQU8kMNtJQ2LyTadG3ttDwu"
98 }
99 ]
100 },
101 "sessions": {
102 "data": [
103 {
104 "type": "inquiry-session",
105 "id": "iqse_SdKsM2CPBVSNi1NxAtR86b3h"
106 }
107 ]
108 },
109 "documents": {
110 "data": [
111 {
112 "type": "document/government-id",
113 "id": "doc_ioxEgpC3tFqgD9EiTYG2zvf8"
114 }
115 ]
116 },
117 "selfies": {
118 "data": [
119 {
120 "type": "selfie/profile-and-center",
121 "id": "self_f6v6pg4246ADDsRUDRJJDaq3"
122 }
123 ]
124 }
125 }
126 }
127 ]
128}
Was this page helpful?
Previous

Create a Selfie Verification

Next
Built with
Create a Case

Authentication

Authorizationstring
API Key authentication via header

Request

This endpoint expects an object.
dataobjectRequired
metaobjectOptional

Response

201
dataobject or null
includedlist of objects or null

Errors