PartnerApi backs the panel at . Everything it exposes is scoped to one partner: your keys, your orders, your referral earnings. It is a separate service from ApsisApi and uses session tokens rather than API keys.

Signing in

There is no password. Request a code by email, then exchange it for a session.
Requesting codes in quick succession is throttled: a second request inside a minute is rejected rather than sending another email. Every other PartnerApi call needs the token in an authorization: Bearer header. An expired or unknown token returns UNAUTHENTICATED. Logout invalidates the session immediately.

API keys

The key value is returned on the key objects, so a partner can retrieve an existing key rather than rotating when it is misplaced. Treat it as a secret regardless: it carries your rate limit and your attribution. Key changes are cached briefly on the API side, so a new or revoked key takes a few seconds to take effect. See API keys.

Your orders

ListPartnerOrders returns orders attributed to your keys, newest first, cursor-paginated.
api_key_name is what makes this useful across surfaces: issue one key per application and the attribution comes back for free.

Referrals and vouchers

See Referral program for what the voucher is and how redemption works on each chain.
Do not embed a partner session token in a client application. It grants key management and claiming. Sessions belong in the panel or in a backend you control.