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
Changed in 1 of the 99 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 99 revisions, 1 has no diff computed.