LogoThreatmatic
Account info

/account-info

GET
/account-info

Get the account info provided by the provider

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://console.threatmatic.ai/api/auth/account-info"
{
  "user": {
    "id": "string",
    "name": "string",
    "email": "string",
    "image": "string",
    "emailVerified": true
  },
  "data": {}
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}