Skip to main content
GET
/
v1
/
list-conversation-profile
/
{conversation_profile_id}
Get a specific conversation profile
curl --request GET \
  --url https://api.salescaptain.com/v1/list-conversation-profile/{conversation_profile_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Conversation profile fetched successfully!",
  "account": {
    "conversation_profile_id": "cp-1111-2222-3333-444455556666",
    "name": "Main Line",
    "number": "+14155551234",
    "email": "[email protected]",
    "color": "#4A90D9"
  }
}

Authorizations

Authorization
string
header
required

Authentication token required for accessing protected endpoints. The token should be obtained from the main SalesCaptain authentication service.

Path Parameters

conversation_profile_id
string
required

Unique identifier for the conversation profile

Example:

"cp-1111-2222-3333-444455556666"

Response

Conversation profile fetched successfully

message
string
Example:

"Conversation profile fetched successfully!"

account
object

Conversation profile representing a communication channel