Skip to main content
POST
Create Staff URL

Yetkilendirmeler

Authorization
string
header
gerekli

Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).

Gövde

application/json
title
string
gerekli

Descriptive label for the staff link.

Örnek:

"Tier 1 Support - Reset Access"

description
string
gerekli

Detailed reason or assigned moderator notes.

Örnek:

"Temporary support staff for weekend event"

permissions
enum<string>[]
gerekli

Action permissions granted to this portal session.

Mevcut seçenekler:
create_key,
delete_key,
reset_hwid,
ban_key,
freeze_key
Örnek:
allowed_product_ids
integer[]

Restrict actions to specific product IDs.

Örnek:
usage_limit
integer

Maximum allowed portal accesses before revocation.

Örnek:

10

expires_at
string<date-time>

Absolute expiration timestamp.

Örnek:

"2026-06-30T00:00:00.000Z"

url_path
string

Optional custom URL segment (auto-generated if omitted).

Örnek:

"staff-cs2-mod-abc"

access_key
string

Optional secret access token (auto-generated if omitted).

Yanıt

Staff URL created.

success
boolean
Örnek:

true

message
string
Örnek:

"Staff URL created successfully"

url
object