GET
/
services
curl --request GET \
  --url https://api.streamskill.pro/v1/services \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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

Query Parameters

expand
enum<string>

Additional data to include in the response

Available options:
tarifs
Example:

"tarifs"

Response

200
_mintlify/placeholder

OK