Skip to main content
POST
Apply For Partner

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to apply for partner status.

company_name
string | null
Maximum string length: 255
website_url
string | null
Maximum string length: 500
telegram_channel
string | null
Maximum string length: 255
description
string | null
Maximum string length: 2000
expected_monthly_referrals
integer | null
Required range: 0 <= x <= 2000000000
desired_commission_percent
integer | null
Required range: 1 <= x <= 100

Response

Successful Response

Application info for the user.

id
integer
required
status
string
required
created_at
string<date-time>
required
company_name
string | null
website_url
string | null
telegram_channel
string | null
description
string | null
expected_monthly_referrals
integer | null
desired_commission_percent
integer | null
admin_comment
string | null
approved_commission_percent
integer | null
processed_at
string<date-time> | null