Skip to main content
POST
/
project
/
{projectId}
/
security-champion
/
conversations
/
list
List user conversations
curl --request POST \
  --url https://us.cybedefend.com/project/{projectId}/security-champion/conversations/list \
  --header 'Authorization: Bearer <token>'
{
  "conversations": [
    {
      "conversationId": "<string>",
      "title": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required

Project unique identifier

Response

List of conversations retrieved successfully

conversations
object[]