Skip to main content
GET
/
messages
/
{message}
Display the given message resource
curl --request GET \
  --url https://api.givebutter.com/v1/messages/{message} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "status": "<string>",
  "channel": "<string>",
  "internal_name": "<string>",
  "body": "<string>",
  "recipient_filters": "<string>",
  "recipient_count": "<string>",
  "sent_at": "<string>",
  "sending_at": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>",
  "subject": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

message
integer
required

The message ID

Response

MessageResource

id
string
required
status
string
required
channel
string
required
internal_name
string
required
body
string
required
recipient_filters
string
required
recipient_count
string
required
sent_at
string
required
sending_at
string
required
created_at
string
required
updated_at
string
required
subject
string