curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/communications/id
{
"communications_id": "<string>"
}
Endpoint for getting the communications ID of the logged-in user.
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/communications/id
{
"communications_id": "<string>"
}
The response is of type object
.