Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Image RemovedImage Added

Anchor
Declaration Request JSON Schema
Declaration Request JSON Schema
Validate request

...

Code Block
languagejs
themeMidnight
titlecURL example
curl -X POST \
  http://localhost:4000/verifications \
  -H 'content-type: application/json' \
  -d '{
  "phone_number": "+380936235985"
}'

Generate link for personal online cabinet 

Extract person.email from request

...