See How Skyflow Secures PII

Isolate, protect, and govern sensitive data with a data privacy vault. Protect applications and systems across your tech stack by design.

Icon of a phone handset next to a globe with latitude and longitude lines.
By clicking Submit below, you agree to our Terms and Privacy Policy.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

curl –X GET 'https://skyflow.com/vaults/(vault_id)/customers/(customer_id)' \
-H 'Authorization: BEARER_TOKEN'
  
"fields":{
"name":{
"first_name": " ",
"last_name": " ",
},
"work_email": " ",
"country": " ",
"phone_number": " ",
"tell_us_about_your_project": " "
}