Skip to content

Share Page API Guide

This API allows you to retrieve account information in JSON format through a share page code, enabling integration with other applications.

Note: The share page code refers to the code segment of the URL, not the entire URL.

  • API Endpoint: /shareapi/<code>/[password]
  • Request Method: GET

Example

If the share page path is /share/kfcv50 and the password is crazy4, the API endpoint will be:

/shareapi/kfcv50/crazy4

Input Parameters

ParameterTypeDescription
codeStringShare page code
passwordStringShare page password (optional if not set)

Response Parameters

ParameterTypeDescription
statusBoolOperation success/failure
msgStringMessage
accountsArrayList of accounts (see below)

Account Information Fields

ParameterTypeDescription
usernameStringAccount username
passwordStringAccount password
statusBoolAccount status
last_checkStringLast check time
frontend_remarkStringFrontend remark