Connections

Count connections

Returns the number of connections associated with the authenticated user, grouped by connection type, together with the connection limits that apply to the user. Forward-only connections are excluded from the counts.

get/connections/count

Response

Successful response with connection counts and limits.

Example response

{
  "data": {
    "record_type": "connections_count",
    "limits": {
      "global_limit": 10000
    }
  }
}

Changes