ShareID
  • SDKs
    • Web
    • iOS
    • Android
    • Flutter
    • React Native
  • Get a Token
    • Get a Token - Onboarding
    • Get a Token - Authenticate
  • Get the Analysis Result
    • Get Result - Onboarding
    • Get Result - Authenticate
  • Analysis Result
    • Analysis Result - Onboarding
    • Analysis Result - Authenticate
  • Message Handler
  • Photo-based authenticity API
  • Changelog
    • SDK Web
    • SDK iOS
    • SDK Android
    • Photo-based authenticity API
  • Terminology
  • Api
Powered by GitBook
On this page
Edit on GitHub

Api

How does the ShareID API works

ShareID provides a secure HTTP API accessible over TLS. Most of the endpoints wait for a JSON document as parameter and will reply with a JSON document.

Content-Type

In order to send a JSON document you must send the correct HTTP Header:

Content-Type: application/json

For each endpoint the document will describe the content of the JSON document with:

  • the field name

  • the field type

  • an indication if the field is mandatory or optional

PreviousTerminology

Last updated 7 months ago