Get Platform Account List
Request
Method: GET
URL: /api/getAccountList?id={id}
| Field | Type | Required |
|---|---|---|
| id | int | yes |
Response
json
{
"success": true,
"data": [
{
"origin_url": "https://example.com",
"username_value": "user",
"password_value": "***",
"display_name": "Main account"
}
]
}Treat responses as sensitive. Protect your api-key.
