Read a single authentication
GET https://api-authenticator.iwelcome.com/v1/reports/authentication/:id Headers: Authorization: Bearer {your application API Key} Content-Type: application/json
id
(string) - Required. The id
of the authorization to be read.
{ "type": "api.application.reports.authentications.read", "result": { "id": "123456", "type": "AUTHENTICATION", "method": "EMAIL", "status": "APPROVED", "organization_id": "123", "application_id": "12", "account_id": "10", "profile_id": "10", "ip_source": "127.0.0.1", "ip_device": "127.0.0.1", "created_at": "2016-11-09T12:21:19.000Z", "authentication": { "encryption_key": false, "session": { "sent": false } } } }
Have a question? You can always send us an email at support@unloq.io, or contact us on chat.
For security related concerns, please visit our Security page.