Skip to main content
GET
This endpoint uses a standard project API key (AS_ prefix). The message must belong to the project the key is scoped to.

Authorizations

string | header
required
Project API key header of the form Bearer as_<key>. You can also pass the key via the x-api-key header.

Path Parameters

string
required
The unique identifier of the inbound message. The message must belong to the authenticated project.Example: "60d5ec49f1b2c72d9c8b1234"

Response

Message retrieved successfully
boolean
Indicates if the request was successfulExample: true
object
The full inbound message object

Error Responses

object
Returned when the id parameter is not valid.
object
Returned when the message does not exist or does not belong to the authenticated project.