Retrieve individual audit event
Get the specified audit event.
get/events/{id}
Path parameters
idstring required
The UUID of the audit event to retrieve
Response
OK
Example response
{
"_links": {
"self": {
"href": "https://api.nexmo.com/beta/audit/events/aaaaaaaa-bbbb-cccc-dddd-0123456789ab"
}
},
"account_id": "abcd1234",
"context": {
"appId": "aaaaaaaa-bbbb-cccc-dddd-0123456789ab",
"created": {
"accountId": "abcdef01",
"answer_url": {
"method": "GET",
"url": "https://example.org/my-app-callback"
},
"appId": "aaaaaaaa-bbbb-cccc-dddd-0123456789ab",
"event_url": {
"method": "GET",
"url": "https://example.org/my-app-callback"
},
"name": "My Voice App",
"type": "voice"
}
},
"created_at": "2018-07-04T11:41:32",
"event_type": "APP_CREATE",
"event_type_description": "Application created.",
"id": "aaaaaaaa-bbbb-cccc-dddd-0123456789ab",
"source": "CD",
"source_country": "GB",
"source_description": "Customer Dashboard",
"source_ip": "192.0.2.0",
"user_email": "user@example.org",
"user_id": 1234567
}