cURL
authentication
Verify a login request to get an authentication token
Verify the user accepted the login request and get a authentication token. The user email address and the token received after requesting the login must be added to the URL as a query string with the names email and token.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.