EndpointsGet message info
Endpoints

Get message info

curl -X GET "http://sparkchat.api/v1/messages/example_string" \
  -H "Content-Type: application/json"
[
  "null"
]
GET
/messages/{messageId}
GET
path
messageIdstring
Required

The id of the message to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

messageIdstring
Required

The id of the message to retrieve

Responses

Expected response to a valid request