Skip to main content
GET
/
account
/
summary
Account Summary
curl --request GET \
  --url https://api.pathstack.io/account/summary \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "connections": {
      "total": 123,
      "active": 123,
      "inactive": 123,
      "providers": 123
    },
    "devices": {
      "total": 123,
      "active": 123,
      "tagged": 123
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string<date>
default:2024-03-26
Example:

"2024-03-26"

Response

Successful Response

data
AccountSummary · object
required

Successful response payload