Post Message
Posts new message in a given thread. Field 'phone' is optional and depends on the category - used in Jobs categories right now.
AUTHORIZATIONS:> access_token
PATH PARAMETERS
| threadId
required
|
integer
|
REQUEST BODY SCHEMA: application/json
| text
required
|
string
Text of the message |
|
Array of objects
|
Responses
200
Status 200
OLX Production Server
https://www.olx.ro/api/partner/threads/{threadId}/messages
POST
/threads/{threadId}/messages
Request samples
Payload
Content type
application/json
{
"text": "string",
"attachments": [
{}
]
}
Copied to clipboard