Get push integration message
x-ms-visibility: "important"
Retrieves a specific push integration message by ID for the authenticated user.
Path Parameters
messageId int64 required
The unique identifier of the push integration message
Responses
- 200
- 400
- 401
- 404
Push integration message successfully retrieved.
application/json
Schema
Example (from schema)
Schema
message object
{
"message": {
"id": 0,
"messageType": "string",
"pushIntegrationEndpointId": 0,
"enabled": true,
"additionalDetails": "string",
"createdAt": "2025-03-31T07:22:38.565Z",
"updatedAt": "2025-03-31T07:22:38.565Z"
}
}
Validation error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized.
Push integration message not found.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
GET /v2/push-integrations/messages/:messageId
Authorization
name: x-api-keytype: apiKeydescription: The API key for the customerin: header
Request
Request
curl / cURL
curl -L -X GET 'https://new-api.emabler.net/api/v2/push-integrations/messages/:messageId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
python / requests
curl -L -X GET 'https://new-api.emabler.net/api/v2/push-integrations/messages/:messageId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
go / native
curl -L -X GET 'https://new-api.emabler.net/api/v2/push-integrations/messages/:messageId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
nodejs / axios
curl -L -X GET 'https://new-api.emabler.net/api/v2/push-integrations/messages/:messageId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
ruby / Net::HTTP
curl -L -X GET 'https://new-api.emabler.net/api/v2/push-integrations/messages/:messageId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
csharp / RestSharp
curl -L -X GET 'https://new-api.emabler.net/api/v2/push-integrations/messages/:messageId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
php / cURL
curl -L -X GET 'https://new-api.emabler.net/api/v2/push-integrations/messages/:messageId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
java / OkHttp
curl -L -X GET 'https://new-api.emabler.net/api/v2/push-integrations/messages/:messageId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
powershell / RestMethod
curl -L -X GET 'https://new-api.emabler.net/api/v2/push-integrations/messages/:messageId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'