APIs/TikTok Data API/v1/Messages from conversation

Messages from conversation

GET/api/tiktok-data-api/v1/messages-from-conversation

Test This Endpoint

Enter your credentials and parameters, then run a live request to see the real response

Authentication

X-API-Tokenrequired
X-API-Secretrequired

Query Parameters

conversation_idrequired
conversation_short_idrequired

Response

Click "Run Test" to send a live request and see the response here

Request Parameters

Validation rules grouped by request section.

Query Parameters

conversation_idstring
Type
string
Required
Yes
conversation_short_idstring
Type
string
Required
Yes

Header Parameters

X-API-TokenstringGet it from the dashboard after signing in.
Type
string
Required
Yes
Get it from the dashboard after signing in.
X-API-SecretstringGet it from the dashboard after signing in.
Type
string
Required
Yes
Get it from the dashboard after signing in.

Request Examples

curl -X GET 'https://bodapi.com/api/tiktok-data-api/v1/messages-from-conversation' \
  -H "X-API-Token: $BODAPI_API_TOKEN" \
  -H "X-API-Secret: $BODAPI_API_SECRET"

Messages from conversation

Upstream: GET /v1/message/conversation/messages (TokAPI)

Gateway route: GET /api/tiktok-data-api/v1/messages-from-conversation

Auth headers

Name Required Description
X-API-Token yes Your bodapi API token
X-API-Secret yes Your bodapi API secret

Query parameters

Name Required Notes
conversation_id yes
conversation_short_id yes
cursor no

Example

curl -X GET "https://gateway.bodapi.com/api/tiktok-data-api/v1/messages-from-conversation?conversation_id=VALUE&conversation_short_id=VALUE" \
  -H "X-API-Token: YOUR_API_TOKEN" \
  -H "X-API-Secret: YOUR_API_SECRET"