Fetch a Push Notification
This operation fetches a single Push Notification using its ID.
Data retention: Records are available for 7 days after creation. Requests for data older than 7 days may return incomplete results.
This operation fetches a single Push Notification using its ID.
Data retention: Records are available for 7 days after creation. Requests for data older than 7 days may return incomplete results.
Basic authentication of the form Basic <account_id:auth_token>.
Basic authentication of the form Basic <api_key:api_key_secret>.
The credentialId is used for authentication and authorization when sending the push notification through the respective channel.
The status of a Push Notification resource. The status can be one of the following:
scheduled The Push Notification is scheduled to be sent by
Twilio in the future.
queued The Push Notification is queued in Twilio for sending.
sent The Push Notification resource has been sent by Twilio.
failed The Push Notification resource processing failed inside Twilio.
Use GET /PushNotifications/Operations/{operationId}/Errors for more details.
canceled The communication resource was canceled via API request.