Contents

Get Message List

Gets the message identifier and state of all uploaded messages.

URL

GET https://api.storekit.apple.com/inApps/v1/messaging/message/list

Sandbox URL

GET https://api.storekit-sandbox.apple.com/inApps/v1/messaging/message/list

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
GetMessageListResponse

Request succeeded.

429
Content-Type: application/json
RateLimitExceededError

The request exceeded the rate limit. For more information, see Identifying rate limits.

500Internal Server Error
Content-Type: application/json
GeneralInternalError

Server error. Try again later.

Mentioned in

Discussion

Call this endpoint to get a list of all uploaded message identifiers and check their current state, messageState.

See Also

Message configuration