Get Shards

GET {{URL}}/v1/account/shards

Gets the number of shards running for Multiconnect.

Response Fields

NameDescription
shards
Type: Integer
The number, as an integer , of shards running.

Values: 1, 2, 4, 8, 16, or 32

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"account":{"shards":2},"meta":{"api_status":"stable","version":"v2.45.1"}}