API 2.0
- HTTP Method POST
- API URL https://truelysocial.com/api/v2
- Response format JSON
- Download Examples .php
Method: add
Parameters | Descriptions |
---|---|
api_token | Your API token |
action | add |
package | ID of package |
link | Link to page |
quantity | Needed quantity |
custom_data | optional, needed for custom comments, mentions and other relaed packages only. each separated by '\n', '\n\r' |
Example response
Method: status
Parameters | Descriptions |
---|---|
api_token | Your API token |
action | status |
order | Order ID |
Example response
Method: balance
Parameters | Descriptions |
---|---|
api_token | Your API token |
action | balance |
Example response
Method: packages
Parameters | Descriptions |
---|---|
api_token | Your API token |
action | packages |
Example response