MIYAIP API REFERENCE

Developer Center

Build against the endpoints used by the current MIYAIP application. Explore authentication, proxy generation, account usage, and proxy inventory in one place.

Current application contract 7 verified endpoints
Base URLhttps://miyaip.com
HTTPS
POST No authentication

Log in

Authenticate with an email address and receive an access token.

POSThttps://miyaip.com/api/SysLogin/Login
01

Endpoint reference

Overview

Verified against current code

Methods, paths, and active parameters come from the current API modules and their callers. Legacy ReadMe placeholders and copied paths are intentionally excluded.

02

AUTH

Authentication

No authentication

No authorization header is required. Supply a valid email address.

03

INPUT

Parameters

NameLocationTypeDescription
emailRequired
bodystringEmail address used to sign in.
loginTypeRequired
bodyenumChoose password or verification-code authentication.
passWordSensitive
bodystringRequired when loginType is pwd.
verifyCodeSensitive
bodystringRequired when loginType is code.
04

OUTPUT

Response examples

200Successful loginapplication/json
{
  "code": 200,
  "message": "Success",
  "body": {
    "id": 1024,
    "name": "developer",
    "token": "<ACCESS_TOKEN>"
  }
}
400Business or validation errorapplication/json
{
  "code": 500,
  "message": "Invalid request",
  "body": null
}

SDK / HTTP

Code examples