Skip to main content
GET
/
services
/
{service_id}
/
messages
/
{message_id}
Get message
curl --request GET \
  --url https://api.verial.ai/services/{service_id}/messages/{message_id} \
  --header 'Authorization: Bearer <token>'
{}
Returns a single message by ID.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token.

Path Parameters

service_id
string
required

Service ID

message_id
string
required

Message ID

Response

Successful response

The response is of type object.