API References
Get PluralBuddy message
Get a PluralBuddy message by Message ID
Authorization
oAuth2 AuthorizationBearer <token>
OAuth 2.1 authentication
In: header
Path Parameters
id*string
{id} is the Discord Message ID.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/messages/string"{ "message": { "messageId": "1481859770611666944", "systemId": "1481859816656736257", "alterId": "1481859842262962178", "createdAt": "2019-08-24T14:15:22Z", "guildId": "1481859908541353987", "channelId": "1481859951688159236", "referencedMessage": "string", "expressUserId": "string", "endpoints": { "system": "api/v1/users/1481859816656736257/system" } }}How is this guide?