Initiates a session on the TinyCert REST API for the authenticating account. The token returned is to be used in all other API calls made during the session.
Endpoint
https://www.tinycert.org/api/v1/connect (JSON)
https://www.tinycert.org/api/v1/connect.xml (XML)
Parameters
emailrequired
The email address associated with your account.
passphraserequired
The passphrase used to encrypt your private keys.
Return value
Upon successful login, the success array will have a single index:
tokenstring
Identifies your session on the API. The token needs to be included with all other API calls during this session.