-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCurl_example.txt
1 lines (1 loc) · 1.08 KB
/
Curl_example.txt
1
curl -X POST "https://spxon.getid.dev/api/v1/application" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"metadata\":{\"externalId\":\"ID-2345\",\"platform\":\"android\",\"clientName\":\"my-api-client\",\"clientVersion\":\"1.0.0\",\"labels\":{\"my-custom-meta-name-1\":\"custom-value-1\",\"my-custom-meta-name-2\":\"custom-value-2\"}},\"application\":{\"fields\":[{\"contentType\":\"string\",\"content\":\"First Name\",\"category\":\"Artem\",\"requireCheck\":true},{\"contentType\":\"string\",\"content\":\"Last Name\",\"category\":\"Gerus\",\"requireCheck\":true},{\"contentType\":\"sex\",\"content\":\"male\",\"category\":\"sex\"},{\"contentType\":\"bool\",\"content\":\"true\",\"category\":\"Agree on something\"}],\"documents\":[{\"id\":\"string\",\"issuingCountry\":\"JPN\",\"documentType\":\"id-card\",\"files\":[{\"id\":\"string\",\"kind\":\"front\",\"uri\":\"data:image/png;base64,R0lGODlhDAAMAK...\"}]}],\"selfie\":{\"files\":[{\"id\":\"string\",\"uri\":\"data:video/webm;base64,<data>\"}]}},\"verificationTypes\":[\"watchlists\",\"face-matching\",\"data-extraction\"]}"