Skip to content

Get App Settings (v1)

Revadike edited this page Apr 20, 2021 · 6 revisions

GET /app/:app_id/settings/json

Request

Host: barter.vg or bartervg.com

Path: /app/:app_id/settings/json

Variables:

Name Type Description
:app_id number The app ID of the third party application

Response

Name Type Description
error string An error message
:steamid boolean Key :steamid can be any steamid64 of a barter.vg user and the value determines if user is opted into automated offers

Example

GET https://barter.vg/app/0/settings/json
{
  "error": "no JSON found"
}
Clone this wiki locally