Get Linked Account List
GET
/api/v1/discord/tokensGet linked account list with all the infomation it contains.
Request
Query Params
page
string
optional
page number of the list, default to 1.
size
string
optional
page size of the list, default to 20
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
id
string
required
ID
status
string
required
isActive
boolean
required
Example
[
{
"id": 1900,
"token": "XXX",
"channelId": "116975856xxx",
"serverId": "116975856xxx",
"isActive": true,
"status": "FAST",
"info": {
"jobMode": "",
"runningJobs": "None",
"relaxedUsage": "999 images",
"subscription": "Basic (Active monthly, renews next on <t:2123>)",
"lifetimeUsage": "999 images",
"queuedJobsFast": "0",
"visibilityMode": "Public",
"queuedJobsRelax": "0",
"fastTimeRemaining": "199.00/200.0 minutes (99.50%)"
},
"concurrency": 2
}
]
Last modified: 1 个月前