Get hub configuration

GET
/api/v2/hub-config

Get the current hub configuration.

AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/hub-config"
{  "isSuccess": true,  "error": {},  "errorDetails": "string",  "message": "string",  "data": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "fromEmail": "string",    "fromName": "string",    "customEmailFooter": "string",    "storageUsed": 0,    "hideSubsciptionLink": true  },  "resultInfo": {    "page": 0,    "perPage": 0,    "totalCount": 0,    "totalPages": 0,    "hasPreviousPage": true,    "hasNextPage": true  }}