User
Get information about your Phantombuster account and your agents.
get/user
Response
Success
Example response
{
"status": "success",
"data": {
"email": "excellent.customer@gmail.com",
"timeLeft": 14087,
"emailsLeft": 100,
"captchasLeft": 10,
"storageLeft": 9991347906,
"databaseLeft": 239222784,
"agents": [
{
"id": 1388,
"name": "My first agent",
"lastEndMessage": "Agent has no associated script",
"lastEndStatus": "launch failed",
"queuedContainers": 2
}
]
}
}