Proxy-seller

Authorizations

Generate and manage unique credentials for proxy access, per order.

How it works

  1. Place order

    POST /order/make

  2. generateAuth=Y

    Unique creds issued

  3. Manage via /auth

    List · update · revoke

Generate auth on order creation

Send generateAuth=Y to /order/make to issue unique credentials bound to the returned orderNumber.

POST/order/make?generateAuth=Y

Store these credentials. Auths generated with generateAuth=Y are not listed by /proxy/list. Retrieve them via the returned orderNumber.

Manage authorizations

Four operations for credentials tied to a proxy order.

GET/auth
List authorizations
Which login/password pairs or whitelisted IPs have access.
Use when: auditing all data tied to a client email.
POST/auth
Create authorization
Issue custom creds, or random ones per new order.
Use when: onboarding a team member or sub-user.
PATCH/auth/{id}
Change authorization
Modify existing access rights for a user.
Use when: leak suspected or scope needs tightening.
DELETE/auth/{id}
Delete authorization
Remove permissions that are no longer needed.
Use when: access period expires.
GET/proxy/list - find the orderNumber
POST/order/make - place a new proxy order

FAQ

On this page