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"
}
]
}Retrieves all Security Champion conversations for the authenticated user within a specific project
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"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Project unique identifier