Skip to main content
GET
/
communications
/
id
Get Communications ID
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/communications/id \
  --header 'KALSHI-ACCESS-KEY: <api-key>' \
  --header 'KALSHI-ACCESS-SIGNATURE: <api-key>' \
  --header 'KALSHI-ACCESS-TIMESTAMP: <api-key>'
{
  "communications_id": "<string>"
}

Authorizations

KALSHI-ACCESS-KEY
string
header
required

Your API key ID

KALSHI-ACCESS-SIGNATURE
string
header
required

RSA-PSS signature of the request

KALSHI-ACCESS-TIMESTAMP
string
header
required

Request timestamp in milliseconds

Response

Communications ID retrieved successfully

communications_id
string
required

A public communications ID which is used to identify the user

I