Fetch a notification belonging to the account used to make the request
[DEPRECATED] Log entries
Fetch a notification belonging to the account used to make the request
Path parameters
-
The SID of the Account that created the Notification resource to fetch.
-
The Twilio-provided string that uniquely identifies the Notification resource to fetch.
GET /2010-04-01/Accounts/{AccountSid}/Notifications/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Notifications/{Sid}.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"api_version": "string",
"call_sid": "string",
"date_created": "string",
"date_updated": "string",
"error_code": "string",
"log": "string",
"message_date": "string",
"message_text": "string",
"more_info": "https://example.com",
"request_method": "HEAD",
"request_url": "https://example.com",
"request_variables": "string",
"response_body": "string",
"response_headers": "string",
"sid": "string",
"uri": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"api_version": "string",
"call_sid": "string",
"date_created": "string",
"date_updated": "string",
"error_code": "string",
"log": "string",
"message_date": "string",
"message_text": "string",
"more_info": "https://example.com",
"request_method": "HEAD",
"request_url": "https://example.com",
"request_variables": "string",
"response_body": "string",
"response_headers": "string",
"sid": "string",
"uri": "https://example.com"
}