Users
Get information about current user and their subscription
Get information about current user
{
"username": "[email protected]",
"name": "string",
"url": "string",
"email": "[email protected]",
"date_joined": "2023-11-30T11:16:39.971Z",
"last_login": "2023-11-30T11:16:39.971Z",
"subscription": {
"id": 0,
"subscription_plan": {
"id": 0,
"created": "2023-11-30T11:16:39.971Z",
"modified": "2023-11-30T11:16:39.971Z",
"name": "string",
"description": "string",
"price": 9999999,
"duration": 9999999,
"max_addresses": 9999999,
"key": "string",
"is_active": true
},
"created": "2023-11-30T11:16:39.971Z",
"modified": "2023-11-30T11:16:39.971Z",
"start_date": "2023-11-30T11:16:39.971Z",
"end_date": "2023-11-30T11:16:39.971Z",
"user": 0
},
"email_addresses": [
{
"id": 0,
"email": "[email protected]",
"verified": true,
"primary": true,
"user": 0
}
]
}Last updated