GET /messages/{messageId}
Use the messageId to fetch a message that's been sent from/to your account within the last 30 days.
Servers
- https://products.api.telstra.com/messaging/v3
Path parameters
Name | Type | Required | Description |
---|---|---|---|
messageId |
String | Yes |
When you sent the original message, this is the UUID that was returned in the response. Use this ID to fetch, update or delete a message with the appropriate endpoints. Incoming messages are also assigned a messageId. Use this ID with GET/ messages/{messageId} to fetch the message later. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Accept |
String | Yes | |
Telstra-api-version |
String | No | |
Authorization |
String | Yes | |
Accept-Charset |
String | Yes |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.