Get accounts
GET
https://api.pixapi.pro/api/accounts
Last modified:2024-12-11 08:31:22
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.pixapi.pro/api/accounts'
Response Response Example
{
"error": false,
"messages": [],
"data": [
{
"id": 11366,
"username": "testmail1@gmail.com",
"ai": "pika",
"rotationGroupId": null,
"tokensAvailable": 0,
"statusId": 1
},
{
"id": 11367,
"username": "testmail2@gmail.com",
"ai": "pika",
"rotationGroupId": null,
"tokensAvailable": 0,
"statusId": 2
},
{
"id": 11368,
"username": "testmail3@gmail.com",
"ai": "pika",
"rotationGroupId": null,
"tokensAvailable": 0,
"statusId": 3
},
{
"id": 11369,
"username": "testmail4@gmail.com",
"ai": "pika",
"rotationGroupId": 1,
"tokensAvailable": 0,
"statusId": 4
},
{
"id": 11370,
"username": "sdvsv@sdvsdvsdv.com",
"ai": "pika",
"rotationGroupId": 1,
"tokensAvailable": 0,
"statusId": 6
},
{
"id": 11371,
"username": "testmail5@gmail.com",
"ai": "pv",
"rotationGroupId": null,
"tokensAvailable": 0,
"statusId": 5
}
]
}
Request
Responses
Modified at 2024-12-11 08:31:22