Get Shards
GET {{URL}}/v1/account/shards
Gets the number of shards running for Multiconnect.
Response Fields
Name | Description |
---|---|
shards Type: Integer | The number, as an integer , of shards running. Values: 1 , 2 , 4 , 8 , 16 , or 32 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"account":{"shards":2},"meta":{"api_status":"stable","version":"v2.45.1"}}