Skip to main content
GET
/
tarifs
Get all
curl --request GET \
  --url https://api.streamskill.pro/v1/tarifs \
  --header 'Authorization: Bearer <token>'
{
  "name": "Unauthorized",
  "message": "Your request was made with invalid credentials.",
  "code": 0,
  "status": 401,
  "type": "unauthorized_http_exception"
}

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:
panel
Example:

"panel"

Response

OK