Skip to content
OpenPostDocs
OpenPostDocs
Admin

Get instance administration overview

Returns instance-wide account, workspace, and publication activity totals for an instance administrator.

GET/admin/overview

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/admin/overview"
{  "$schema": "https://example.com/api/v1/schemas/InstanceOverviewResponse.json",  "new_users_last_30_days": 0,  "publication_trend": [    {      "date": "2019-08-24",      "value": 0    }  ],  "published_last_30_days": 0,  "total_users": 0,  "total_workspaces": 0,  "user_registration_trend": [    {      "date": "2019-08-24",      "value": 0    }  ]}