Skip to main content
GET
/
me
Get self
curl --request GET \
  --url https://api.streamskill.pro/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "username": "username",
  "email": "test@mail.com",
  "language": "en",
  "currency": "usd",
  "balance": 9999,
  "discount": 5
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.streamskill.pro/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Headers

Accept-Language
enum<string>
default:en

The language of the response

Available options:
en,
ru

Response

OK

username
string
Example:

"username"

email
string
Example:

"test@mail.com"

language
enum<string>
default:en
Available options:
en,
ru
currency
enum<string>
Available options:
usd,
rub
Example:

"usd"

balance
number
Example:

9999

discount
integer
Example:

5