curl --request GET \
--url https://services.leadconnectorhq.com/conversations/messages/{messageId}/locations/{locationId}/recording \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"statusCode": 400,
"message": "Bad Request"
}Get the recording for a message by passing the message id
curl --request GET \
--url https://services.leadconnectorhq.com/conversations/messages/{messageId}/locations/{locationId}/recording \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"statusCode": 400,
"message": "Bad Request"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15 Location ID as string
"tDtDnQdgm2LXpyiqYvZ6"
Message ID as string
"tDtDnQdgm2LXpyiqYvZ6"
Gives the attached recording to the message
Was this page helpful?