Skip to main content
POST
/
conversations
/
{id}
/
messages
/
{messageId}
/
attachments
Create attachment
curl --request POST \
  --url https://api.managem.co.uk/conversations/{id}/messages/{messageId}/attachments \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "uploadURL": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Conversation ID

messageId
string
required

Message ID

Response

Upload URL

Direct upload URL for an image

id
string
required

Image identifier

uploadURL
string<uri>
required

URL to upload the image