---
title: Log a Message
framework: walletpasses
role: symbol
role_heading: Web Service Endpoint
path: walletpasses/log-a-message
---

# Log a Message

Record a message on your server.

## URL

POST https://yourpasshost.example.com/v1/log

## Response Codes

200 OK: The request is successful.

## HTTP Body

An object that contains an array of messages.

## See Also

### Pass updates

- [Adding a Web Service to Update Passes](walletpasses/adding-a-web-service-to-update-passes.md)
- [Register a Pass for Update Notifications](walletpasses/register-a-pass-for-update-notifications.md)
- [Get the List of Updatable Passes](walletpasses/get-the-list-of-updatable-passes.md)
- [Send an Updated Pass](walletpasses/send-an-updated-pass.md)
- [Unregister a Pass for Update Notifications](walletpasses/unregister-a-pass-for-update-notifications.md)
- [PushToken](walletpasses/pushtoken.md)
- [SerialNumbers](walletpasses/serialnumbers.md)
- [LogEntries](walletpasses/logentries.md)
