Skip to main content
GET
/
inbox
/
conversations
/
{id}
Get a conversation
curl --request GET \
  --url https://api.social-api.ai/v1/inbox/conversations/{id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Conversation ID

Response

Conversation

The response is of type object.