logoChakra
The agent guru
Account info

/account-info

Get the account info provided by the provider

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://example.com/account-info"
{  "user": {    "id": "string",    "name": "string",    "email": "string",    "image": "string",    "emailVerified": true  },  "data": {}}