GET
/
me
curl --request GET \
  --url https://app.docs.bynesoft.com/api/users/me \
  --header 'X-API-Key: <api-key>'
{
  "userId": "<string>",
  "email": "<string>",
  "subscriptionStatus": "<string>",
  "documentMonthLimit": 123,
  "queryDayLimit": 123,
  "currentDocumentCount": 123,
  "currentQueryCount": 123,
  "currentCost": 123,
  "guide": {
    "isConnectorsActive": true,
    "isAskActive": true
  },
  "portalLink": "<string>",
  "primaryKB": "<string>"
}

Authorizations

X-API-Key
string
header
required

Query Parameters

Response

200
application/json

Successful Response

The response is of type object.