Paypi
Connector for the paypi API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://ev.apis.paypi.dev - Auth:
bearer(pass your key via theapiKeyinput)
Operations
post_checkcode— POST /checkCode — Check verification codepost_sendcode— POST /sendCode — Send verification code
Inputs
apiKey— your paypi API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: post_checkcode
apiKey: <your key>