Create Conversation

POST https://api.speakap.io/networks/:eid/conversations/

Request

URI:/networks/{networkEID}/conversations/
Method:POST
Content-Type:application/json
Authentication:OAuth 2.0

Parameters

Name Type Description
networkEID EID Network EID

Request body

Supply a conversation resource with one more participant links in the request body. You should omit created date as it will be set server-side. The initiator relation will be automatically set to the logged in user.

Response

202
Accepted for insertion: returns a Feedback object
400
Invalid data: returns an Error object
403
Unauthorized: returns an Error object
404
Unknown network: returns an Error object
409
Conversation already exists for participants: returns an Error object