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:
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
Last updated