API Reference/Endpoints
Retrieve a message
GET/api/linkedin/gateway/messages/{message_id}
Looks up a single message by its id and returns the full record — the same shape you get back from List messages in a chat or List all messages, handy when you only have an id on hand (say, from a stored reference) and need the rest of it.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Query parameters
Response fields
The full record carries a few more provider-specific bookkeeping fields (delivery state, per-recipient read receipts, and so on) beyond the ones listed above — treat this table as the fields worth building against, not an exhaustive schema.
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No message exists with that id on that account.