APISources

Список площадок

GET
/v2/sources

Справочник поддерживаемых площадок (return-all {data}).

Authorization

APIKeyHeader
X-API-Key<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v2/sources"
{  "data": [    {      "id": 0,      "name": "string",      "display_name": "string",      "base_url": "string",      "rating_scale": 0,      "has_reply": true,      "has_images": true,      "is_active": true,      "created_at": "2019-08-24T14:15:22Z"    }  ]}