Basic Messages
Authorizations
x-api-keystringRequired
Body
invitation_idintegerOptionalExample:
The ID of the invitation.
1contact_idstringOptional
The ID of the contact.
messagestringOptionalExample:
The message content.
your message hereResponses
200
Message sent successfully
application/json
successstringOptional
400
Bad request. Invalid parameters.
application/json
401
Unauthorized.
500
Internal Server Error
application/json
post
/api/v1/messagesAuthorizations
x-api-keystringRequired
Path parameters
idstringRequired
The ID of the message to retrieve.
Responses
200
A message object
application/json
invitation_idintegerOptional
The ID of the invitation.
contact_idstringOptional
The ID of the contact.
messagestringOptional
The message content.
401
Unauthorized.
404
Message not found
application/json
500
Internal Server Error
application/json
get
/api/v1/messages/{id}Last updated
Was this helpful?