Skip to main content
POST
Create Staff URL

Authorizations

Authorization
string
header
required

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

Body

application/json
title
string
required

Descriptive label for the staff link.

Example:

"Tier 1 Support - Reset Access"

description
string
required

Detailed reason or assigned moderator notes.

Example:

"Temporary support staff for weekend event"

permissions
enum<string>[]
required

Action permissions granted to this portal session.

Available options:
create_key,
delete_key,
reset_hwid,
ban_key,
freeze_key
Example:
allowed_product_ids
integer[]

Restrict actions to specific product IDs.

Example:
usage_limit
integer

Maximum allowed portal accesses before revocation.

Example:

10

expires_at
string<date-time>

Absolute expiration timestamp.

Example:

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

url_path
string

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

Example:

"staff-cs2-mod-abc"

access_key
string

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

Response

Staff URL created.

success
boolean
Example:

true

message
string
Example:

"Staff URL created successfully"

url
object